commit | 57c289fd327bc53120b4b7457512177f87b3166c | [log] [tgz] |
---|---|---|
author | Ian Macdonald <ian@caliban.org> | Tue Sep 01 03:13:24 2020 +0200 |
committer | bigbiff <bigbiff@teamw.in> | Thu Sep 17 22:17:22 2020 +0000 |
tree | b2410a76419d6d8db2364272bf5043cc6d89be6a | |
parent | 1e0474acb0f8fe0f516c4c5fa49a6d47f4e62395 [diff] |
Fix path to fscrypt_policy.h include file. Change-Id: I4d380196e3283748aa82628a4e4176120a10c46a
diff --git a/partitions.hpp b/partitions.hpp index ba7eec3..40c0b17 100755 --- a/partitions.hpp +++ b/partitions.hpp
@@ -26,7 +26,7 @@ #include "exclude.hpp" #include "tw_atomic.hpp" #include "progresstracking.hpp" -#include "fscrypt_policy.h" +#include "crypto/fscrypt/fscrypt_policy.h" #include "twrpApex.hpp" #define MAX_FSTAB_LINE_LENGTH 2048