From 20eda52fd661847ea0b8163f9b97176fa3fe2e8b Mon Sep 17 00:00:00 2001 From: Nick Kralevich <nnk@google.com> Date: Thu, 28 Feb 2013 14:10:54 -0800 Subject: [PATCH] openssh: use correct header file. Change-Id: Ia0f7247c9ed64ea846ae5b2d26054ceade5686c5 --- uidswap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab