diff options
author | Greg Hartman <ghartman@google.com> | 2015-02-27 07:55:00 -0800 |
---|---|---|
committer | Greg Hartman <ghartman@google.com> | 2015-02-27 08:35:46 -0800 |
commit | f5c67b478bef9992de9e9ec91ce10af4f6205e0d (patch) | |
tree | 4d694174b55a40aa7140403fde7efe1a5101085e /uidswap.c | |
parent | bd77cf78387b72b7b3ea870459077672bf75c3b5 (diff) |
Add prototype for prctl to fix 64 bit build break
Change-Id: I1cda84a412666d5123be274ee0be399d25d86164
Diffstat (limited to 'uidswap.c')
-rw-r--r-- | uidswap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ #ifdef ANDROID #include <private/android_filesystem_config.h> #include <sys/capability.h> -#include <linux/prctl.h> +#include <sys/prctl.h> #endif /* |