diff options
author | Keun Soo Yim <yim@google.com> | 2015-05-06 18:01:46 +0000 |
---|---|---|
committer | Keun Soo Yim <yim@google.com> | 2015-05-06 18:01:46 +0000 |
commit | bf4d79746cf93195e24b000f121c46efe04ad349 (patch) | |
tree | b5c30b98ddac9b2e9f6c0a29f9bcd4afc503d908 /uidswap.c | |
parent | b5de6ef9f08b6ec91795b2fae6a44eb354985285 (diff) |
Revert "Removed an unused header include"
This reverts commit b5de6ef9f08b6ec91795b2fae6a44eb354985285.
Change-Id: I3d3ac73aaee2bcc99bc8fd490588a76bd698915d
Diffstat (limited to 'uidswap.c')
-rw-r--r-- | uidswap.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ #ifdef ANDROID #include <private/android_filesystem_config.h> +#include <sys/capability.h> #include <sys/prctl.h> #endif |