[PATCH] Android: Fix ARRAY_SIZE() compilation
Dmitry Shmidt
dimitrysh
Mon Oct 28 17:35:59 PDT 2013
Signed-off-by: Dmitry Shmidt <dimitrysh at google.com>
---
src/utils/os_unix.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/utils/os_unix.c b/src/utils/os_unix.c
index 11946b4..8195167 100644
--- a/src/utils/os_unix.c
+++ b/src/utils/os_unix.c
@@ -17,10 +17,10 @@
#endif /* ANDROID */
#include "os.h"
+#include "common.h"
#ifdef WPA_TRACE
-#include "common.h"
#include "wpa_debug.h"
#include "trace.h"
#include "list.h"
--
1.8.4.1
More information about the Hostap
mailing list