Subject: use linux/capability.h on linux systems too Author: Loïc Minier Upstream-Status: Inappropriate --- system/core/include/private/android_filesystem_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/system/core/include/private/android_filesystem_config.h +++ b/system/core/include/private/android_filesystem_config.h @@ -27,7 +27,7 @@ #include #include -#ifdef HAVE_ANDROID_OS +#if defined(HAVE_ANDROID_OS) || defined(__linux__) #include #else #include "android_filesystem_capability.h"