Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Dec 2010 09:18:14 +0000 (UTC)
From:      Bernhard Schmidt <bschmidt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r216556 - head/usr.sbin/wpa/hostapd
Message-ID:  <201012190918.oBJ9IEWf067916@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012190918.oBJ9IEWf067916>