Android: Always #include <sys/...>, not <linux/...>
authorElliott Hughes <enh@google.com>
Sat, 19 Jul 2014 00:45:49 +0000 (17:45 -0700)
committerJouni Malinen <j@w1.fi>
Thu, 31 Jul 2014 13:59:23 +0000 (16:59 +0300)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
src/utils/os_unix.c

index d3860ae..7498967 100644 (file)
@@ -12,7 +12,7 @@
 
 #ifdef ANDROID
 #include <sys/capability.h>
-#include <linux/prctl.h>
+#include <sys/prctl.h>
 #include <private/android_filesystem_config.h>
 #endif /* ANDROID */