From: Elliott Hughes Date: Sat, 19 Jul 2014 00:45:49 +0000 (-0700) Subject: Android: Always #include , not X-Git-Tag: hostap_2_3~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec5357323c06741ab9f83965fdce117a4b02d5aa;p=thirdparty%2Fhostap.git Android: Always #include , not Signed-off-by: Dmitry Shmidt --- diff --git a/src/utils/os_unix.c b/src/utils/os_unix.c index d3860aec1..7498967ee 100644 --- a/src/utils/os_unix.c +++ b/src/utils/os_unix.c @@ -12,7 +12,7 @@ #ifdef ANDROID #include -#include +#include #include #endif /* ANDROID */