summaryrefslogtreecommitdiff
path: root/uidswap.c
diff options
context:
space:
mode:
authorKeun Soo Yim <yim@google.com>2015-05-06 18:01:46 +0000
committerKeun Soo Yim <yim@google.com>2015-05-06 18:01:46 +0000
commitbf4d79746cf93195e24b000f121c46efe04ad349 (patch)
treeb5c30b98ddac9b2e9f6c0a29f9bcd4afc503d908 /uidswap.c
parentb5de6ef9f08b6ec91795b2fae6a44eb354985285 (diff)
Revert "Removed an unused header include"
This reverts commit b5de6ef9f08b6ec91795b2fae6a44eb354985285. Change-Id: I3d3ac73aaee2bcc99bc8fd490588a76bd698915d
Diffstat (limited to 'uidswap.c')
-rw-r--r--uidswap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/uidswap.c b/uidswap.c
index 95f5902b..ce7a00de 100644
--- a/uidswap.c
+++ b/uidswap.c
@@ -30,6 +30,7 @@
#ifdef ANDROID
#include <private/android_filesystem_config.h>
+#include <sys/capability.h>
#include <sys/prctl.h>
#endif