aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hostap/hostap-daemon/madwifi-bsd-fix.diff
blob: d9dab26a15e49cc439a85e5e02937048915387dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- driver_madwifi.c.orig	2005-03-18 15:12:53.392793216 +0100
+++ driver_madwifi.c	2005-03-18 15:13:09.246383104 +0100
@@ -21,7 +21,8 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 
-#include <include/compat.h>
+#include <net80211/compat.h>
+#include <net80211/_ieee80211.h>
 #include <net80211/ieee80211.h>
 #include <net80211/ieee80211_crypto.h>
 #include <net80211/ieee80211_ioctl.h>