diff options
Diffstat (limited to '')
-rw-r--r-- | twrp-functions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twrp-functions.cpp b/twrp-functions.cpp index 8cc094fc2..fffd9b738 100644 --- a/twrp-functions.cpp +++ b/twrp-functions.cpp @@ -51,10 +51,10 @@ #ifndef TW_EXCLUDE_ENCRYPTED_BACKUPS #include "openaes/inc/oaes_lib.h" #endif +#include "set_metadata.h" extern "C" { #include "libcrecovery/common.h" - #include "set_metadata.h" } /* Execute a command */ |