summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2014-01-23 03:07:03 +0100
committerDees Troy <dees_troy@teamw.in>2014-01-23 03:07:03 +0100
commit6f6441da58ab1fff3e35a140211415560ec3245a (patch)
treed83d53707e39dd9493d2c5b2bc6229072614b8cb
parentMerge "Force GUI render after setting brightness" into android-4.4 (diff)
downloadandroid_bootable_recovery-6f6441da58ab1fff3e35a140211415560ec3245a.tar
android_bootable_recovery-6f6441da58ab1fff3e35a140211415560ec3245a.tar.gz
android_bootable_recovery-6f6441da58ab1fff3e35a140211415560ec3245a.tar.bz2
android_bootable_recovery-6f6441da58ab1fff3e35a140211415560ec3245a.tar.lz
android_bootable_recovery-6f6441da58ab1fff3e35a140211415560ec3245a.tar.xz
android_bootable_recovery-6f6441da58ab1fff3e35a140211415560ec3245a.tar.zst
android_bootable_recovery-6f6441da58ab1fff3e35a140211415560ec3245a.zip
-rw-r--r--partitionmanager.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/partitionmanager.cpp b/partitionmanager.cpp
index a58900c6e..091ae3288 100644
--- a/partitionmanager.cpp
+++ b/partitionmanager.cpp
@@ -38,13 +38,16 @@
#include "twrpDigest.hpp"
#include "twrpDU.hpp"
+extern "C" {
+ #include "cutils/properties.h"
+}
+
#ifdef TW_INCLUDE_CRYPTO
#ifdef TW_INCLUDE_JB_CRYPTO
#include "crypto/jb/cryptfs.h"
#else
#include "crypto/ics/cryptfs.h"
#endif
- #include "cutils/properties.h"
#endif
TWPartitionManager::TWPartitionManager(void) {