Fix include of cutils

Change-Id: I9868298908ce501d3043326862057e8a637544af
This commit is contained in:
Dees Troy
2014-01-23 02:07:03 +00:00
parent b49b652c6e
commit 6f6441da58
+4 -1
View File
@@ -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) {