From 785516a05c46402bd2f1bce3f900fe15bc822ec3 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Fri, 27 Feb 2009 05:22:11 +0000 Subject: [PATCH] fix build --- tools/tools/ath/Makefile.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tools/ath/Makefile.inc b/tools/tools/ath/Makefile.inc index 81f0a80093db..47069491f212 100644 --- a/tools/tools/ath/Makefile.inc +++ b/tools/tools/ath/Makefile.inc @@ -8,5 +8,6 @@ ATH_DEFAULT= ath0 CFLAGS+=-DATH_DEFAULT='"${ATH_DEFAULT}"' CFLAGS+=-I${.CURDIR} CFLAGS+=-I${.CURDIR}/../common +CFLAGS+=-I${.CURDIR}/../../../../sys CFLAGS+=-I${.CURDIR}/../../../../sys/dev/ath CFLAGS+=-I${.CURDIR}/../../../../sys/dev/ath/ath_hal