summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wpa
diff options
context:
space:
mode:
authorbschmidt <bschmidt@FreeBSD.org>2010-12-19 09:18:14 +0000
committerbschmidt <bschmidt@FreeBSD.org>2010-12-19 09:18:14 +0000
commit3a8f983977761fe457bfad0ad0891b053aa6ae81 (patch)
tree32c8ae6b5fdc800c9472e01cf720006341d93ed0 /usr.sbin/wpa
parent6b1bd17ab4e038792094ada54788481f777c9ce6 (diff)
downloadFreeBSD-src-3a8f983977761fe457bfad0ad0891b053aa6ae81.zip
FreeBSD-src-3a8f983977761fe457bfad0ad0891b053aa6ae81.tar.gz
Fix build on bigendian archs.
Diffstat (limited to 'usr.sbin/wpa')
-rw-r--r--usr.sbin/wpa/hostapd/driver_freebsd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/wpa/hostapd/driver_freebsd.c b/usr.sbin/wpa/hostapd/driver_freebsd.c
index 72f35d7..5fb6f85 100644
--- a/usr.sbin/wpa/hostapd/driver_freebsd.c
+++ b/usr.sbin/wpa/hostapd/driver_freebsd.c
@@ -22,6 +22,7 @@
#include "driver.h"
#include "eloop.h"
#include "common/ieee802_11_defs.h"
+#include "common/wpa_common.h"
#include <sys/socket.h>
#include <net/if.h>
OpenPOWER on IntegriCloud