OSDN Git Service

openssh: use correct header file.
authorNick Kralevich <nnk@google.com>
Thu, 28 Feb 2013 22:10:54 +0000 (14:10 -0800)
committerNick Kralevich <nnk@google.com>
Thu, 28 Feb 2013 22:11:06 +0000 (14:11 -0800)
Change-Id: Ia0f7247c9ed64ea846ae5b2d26054ceade5686c5

uidswap.c

index bc6194e..fc2d9c4 100644 (file)
--- 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