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 <[email protected]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
