aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-02-28 22:53:19 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-02-28 22:53:20 +0000
commit47da33088eb8dc14f930f09ba0b5b4ff017b0002 (patch)
treecd8c0f98b8157ac876793401b7e5445044feed94
parent2e12148014504c51b8e28b2d206f904057ffe690 (diff)
parent20eda52fd661847ea0b8163f9b97176fa3fe2e8b (diff)
downloadopenssh-jb-mr2.0.0-release.tar.gz
-rw-r--r--uidswap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uidswap.c b/uidswap.c
index bc6194ec0..fc2d9c4ce 100644
--- a/uidswap.c
+++ b/uidswap.c
@@ -29,7 +29,7 @@
#ifdef ANDROID
#include <private/android_filesystem_config.h>
-#include <linux/capability.h>
+#include <sys/capability.h>
#include <linux/prctl.h>
#endif