svn commit: r216556 - head/usr.sbin/wpa/hostapd

Bernhard Schmidt bschmidt at FreeBSD.org
Sun Dec 19 09:18:14 UTC 2010


Author: bschmidt
Date: Sun Dec 19 09:18:14 2010
New Revision: 216556
URL: http://svn.freebsd.org/changeset/base/216556

Log:
  Fix build on bigendian archs.

Modified:
  head/usr.sbin/wpa/hostapd/driver_freebsd.c

Modified: head/usr.sbin/wpa/hostapd/driver_freebsd.c
==============================================================================
--- head/usr.sbin/wpa/hostapd/driver_freebsd.c	Sun Dec 19 07:31:56 2010	(r216555)
+++ head/usr.sbin/wpa/hostapd/driver_freebsd.c	Sun Dec 19 09:18:14 2010	(r216556)
@@ -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>


More information about the svn-src-head mailing list