commit | 88ef20ce4facae68a3e6b05429bb9f3f73a93996 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Jul 19 00:46:18 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jul 18 18:24:24 2014 +0000 |
tree | 02d7ca3eab62a00f26a6f3c65021f9fa88f0aa37 | |
parent | fee4d79fc4a9a9dbc769d4804a54edbb9e303a96 [diff] | |
parent | faf7d62bbbe8529a7558ddd72ba4a8960298e33f [diff] |
Merge "Always #include <sys/...>, not <linux/...>."
diff --git a/src/utils/os_unix.c b/src/utils/os_unix.c index 10b9e0d..b0c3360 100644 --- a/src/utils/os_unix.c +++ b/src/utils/os_unix.c
@@ -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 */