Browse Source

Android: Fix ARRAY_SIZE() compilation

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Dmitry Shmidt 11 years ago
parent
commit
32b62704fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/os_unix.c

+ 1 - 1
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"