summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-04-02 09:46:09 +0000
committeradrian <adrian@FreeBSD.org>2011-04-02 09:46:09 +0000
commit203d983fecfd05d719b330c52c2a424c8cac209b (patch)
treeb0f919fc0cb67e4aaee02e71ea36a72374aa060e /sys/modules
parent005ff1d986daa0c2e09aaf6856775d5d7a01135e (diff)
downloadFreeBSD-src-203d983fecfd05d719b330c52c2a424c8cac209b.zip
FreeBSD-src-203d983fecfd05d719b330c52c2a424c8cac209b.tar.gz
Add missing include.
Reported by: Ulrich Sporlein <uqs@spoerlein.net>
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ath_pci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ath_pci/Makefile b/sys/modules/ath_pci/Makefile
index 4c4a95f..9c06b49 100644
--- a/sys/modules/ath_pci/Makefile
+++ b/sys/modules/ath_pci/Makefile
@@ -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
OpenPOWER on IntegriCloud