svn commit: r220275 - head/sys/modules/ath_pci

Adrian Chadd adrian at FreeBSD.org
Sat Apr 2 09:46:10 UTC 2011


Author: adrian
Date: Sat Apr  2 09:46:09 2011
New Revision: 220275
URL: http://svn.freebsd.org/changeset/base/220275

Log:
  Add missing include.
  
  Reported by: Ulrich Sporlein <uqs at spoerlein.net>

Modified:
  head/sys/modules/ath_pci/Makefile

Modified: head/sys/modules/ath_pci/Makefile
==============================================================================
--- head/sys/modules/ath_pci/Makefile	Sat Apr  2 09:34:33 2011	(r220274)
+++ head/sys/modules/ath_pci/Makefile	Sat Apr  2 09:46:09 2011	(r220275)
@@ -34,7 +34,7 @@
 
 KMOD=	if_ath_pci
 SRCS=	if_ath_pci.c
-SRCS+=	device_if.h bus_if.h pci_if.h
+SRCS+=	device_if.h bus_if.h pci_if.h opt_ah.h
 
 CFLAGS+=  -I. -I${.CURDIR}/../../dev/ath -I${.CURDIR}/../../dev/ath/ath_hal
 


More information about the svn-src-head mailing list