Android: Always #include <sys/...>, not <linux/...>

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
Elliott Hughes 2014-07-18 17:45:49 -07:00 committed by Jouni Malinen
parent e8c08c9a36
commit ec5357323c

View 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 */