From: Dmitry Shmidt Date: Tue, 29 Oct 2013 12:40:15 +0000 (+0200) Subject: Android: Fix ARRAY_SIZE() compilation X-Git-Tag: hostap_2_1~743 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32b62704fac6af74f60b2effb173474e11ff089d;p=thirdparty%2Fhostap.git Android: Fix ARRAY_SIZE() compilation Signed-off-by: Dmitry Shmidt --- diff --git a/src/utils/os_unix.c b/src/utils/os_unix.c index 11946b4a1..819516722 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"