commit | 922b121f31ae20f6835bc9730a99bc48e000102e | [log] [tgz] |
---|---|---|
author | bigbiff <bigbiff@teamw.in> | Sat Dec 25 15:43:34 2021 -0500 |
committer | bigbiff <bigbiff@teamw.in> | Sat Jan 01 18:36:43 2022 +0000 |
tree | badd24f7d4af0a68898eab3a3467a14c504190f9 | |
parent | a84acc7fa5b7b9d2f3ad3168839d52ef56fce2c4 [diff] [blame] |
libresetprop: use the latest header Change-Id: I24656393cc84b1a978338fa587c535797d81c2a9
diff --git a/twrp-functions.cpp b/twrp-functions.cpp index b1e9b26..0661917 100755 --- a/twrp-functions.cpp +++ b/twrp-functions.cpp
@@ -63,7 +63,7 @@ } #ifdef TW_INCLUDE_LIBRESETPROP - #include <resetprop.h> + #include <resetprop.hpp> #endif struct selabel_handle *selinux_handle;