commit | 20eda52fd661847ea0b8163f9b97176fa3fe2e8b | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Thu Feb 28 14:10:54 2013 -0800 |
committer | Nick Kralevich <nnk@google.com> | Thu Feb 28 14:11:06 2013 -0800 |
tree | cd8c0f98b8157ac876793401b7e5445044feed94 | |
parent | 2e12148014504c51b8e28b2d206f904057ffe690 [diff] |
openssh: use correct header file. Change-Id: Ia0f7247c9ed64ea846ae5b2d26054ceade5686c5
diff --git a/uidswap.c b/uidswap.c index bc6194e..fc2d9c4 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