From 922b121f31ae20f6835bc9730a99bc48e000102e Mon Sep 17 00:00:00 2001 From: bigbiff Date: Sat, 25 Dec 2021 15:43:34 -0500 Subject: [PATCH] libresetprop: use the latest header Change-Id: I24656393cc84b1a978338fa587c535797d81c2a9 --- twrp-functions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twrp-functions.cpp b/twrp-functions.cpp index b1e9b26b..06619170 100755 --- a/twrp-functions.cpp +++ b/twrp-functions.cpp @@ -63,7 +63,7 @@ extern "C" { } #ifdef TW_INCLUDE_LIBRESETPROP - #include + #include #endif struct selabel_handle *selinux_handle;