From b66687b3143b7e3a18d9667003e1dd8e824ecb9e Mon Sep 17 00:00:00 2001 From: Greg Hartman Date: Thu, 7 May 2015 10:27:30 -0700 Subject: [PATCH] capability used to be under linux, not system Change-Id: Ia04f3f83a237f4cbe636b14f221cffdf9460b3a4 --- uidswap.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/uidswap.c b/uidswap.c index ce7a00d..392d631 100644 --- a/uidswap.c +++ b/uidswap.c @@ -30,7 +30,11 @@ #ifdef ANDROID #include +#if !defined(GCE_PLATFORM_SDK_VERSION) || (GCE_PLATFORM_SDK_VERSION >= 17) #include +#else +#include +#endif #include #endif -- 2.11.0