From: Nick Kralevich Date: Thu, 28 Feb 2013 21:55:41 +0000 (-0800) Subject: Android: Use correct header file path for capability.h X-Git-Tag: hostap_2_1~581 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dc94a635cc71e6c3d2c3b441aca87546216b9a1;p=thirdparty%2Fhostap.git Android: Use correct header file path for capability.h Signed-off-by: Dmitry Shmidt --- diff --git a/src/utils/os_unix.c b/src/utils/os_unix.c index 819516722..960073a50 100644 --- a/src/utils/os_unix.c +++ b/src/utils/os_unix.c @@ -11,7 +11,7 @@ #include #ifdef ANDROID -#include +#include #include #include #endif /* ANDROID */