From 148fa1ce9e4e6bbea21dce10ea6c373251161b17 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Sat, 2 Apr 2011 09:46:09 +0000 Subject: [PATCH] Add missing include. Reported by: Ulrich Sporlein --- sys/modules/ath_pci/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/ath_pci/Makefile b/sys/modules/ath_pci/Makefile index 4c4a95fc76b..9c06b49c505 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 -- 2.45.2