From 27c02f3829c2ce52761d705813b16142fc31852f Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 28 Jan 2008 21:04:23 +0000 Subject: [PATCH] add missing #include statement git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3294 0192ed92-7a03-0410-a25b-9323aeb14dbd --- ath/if_ath_ahb.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ath/if_ath_ahb.h b/ath/if_ath_ahb.h index 44a156f..54961d6 100644 --- a/ath/if_ath_ahb.h +++ b/ath/if_ath_ahb.h @@ -10,6 +10,7 @@ #include #include +#include #define AR531X_WLAN0_NUM 0 #define AR531X_WLAN1_NUM 1 -- 2.35.1