diff options
author | Ethan Chen <intervigil@gmail.com> | 2014-06-24 09:45:45 +0200 |
---|---|---|
committer | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2014-06-24 09:45:45 +0200 |
commit | 3925f35ebc60ce341b948909e4e57df028e7825d (patch) | |
tree | 2be56f3fdacb2154078b82e3eb2ce62853d616bb /include | |
parent | efd1d11c51c4df79ee22fe5f3a8fa1f28bab0ffe (diff) |
rhine: Include missing header
Change-Id: If949d4aa0759a4e89574e50d0d7359b391029db1
Diffstat (limited to 'include')
-rw-r--r-- | include/private/android_filesystem_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 7d43ae4..3de4066 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -30,7 +30,7 @@ #ifdef HAVE_ANDROID_OS #include <linux/capability.h> #else -#include "android_filesystem_capability.h" +#include <private/android_filesystem_capability.h> #endif /* This is the master Users and Groups config for the platform. |