Missed include
authormtaylor <mtaylor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 21 Nov 2007 10:27:53 +0000 (10:27 +0000)
committermtaylor <mtaylor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 21 Nov 2007 10:27:53 +0000 (10:27 +0000)
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2886 0192ed92-7a03-0410-a25b-9323aeb14dbd

net80211/ieee80211_wireless.c

index a24a55b44709c7244db0c46e4a8c76fbba73b4dd..a6642206ee10979a3ff3570f3195dc23c80b2583 100644 (file)
@@ -64,6 +64,7 @@
 
 #include <net80211/ieee80211_var.h>
 #include <net80211/ieee80211_linux.h>
+#include "ah.h"
 
 #define        IS_UP(_dev) \
        (((_dev)->flags & (IFF_RUNNING|IFF_UP)) == (IFF_RUNNING|IFF_UP))