summaryrefslogtreecommitdiff
path: root/uidswap.c
diff options
context:
space:
mode:
authorGreg Hartman <ghartman@google.com>2015-02-27 07:55:00 -0800
committerGreg Hartman <ghartman@google.com>2015-02-27 08:35:46 -0800
commitf5c67b478bef9992de9e9ec91ce10af4f6205e0d (patch)
tree4d694174b55a40aa7140403fde7efe1a5101085e /uidswap.c
parentbd77cf78387b72b7b3ea870459077672bf75c3b5 (diff)
Add prototype for prctl to fix 64 bit build break
Change-Id: I1cda84a412666d5123be274ee0be399d25d86164
Diffstat (limited to 'uidswap.c')
-rw-r--r--uidswap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uidswap.c b/uidswap.c
index fc2d9c4c..c1c01e9a 100644
--- a/uidswap.c
+++ b/uidswap.c
@@ -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
/*