diff options
Diffstat (limited to 'twrpDigest.cpp')
-rw-r--r-- | twrpDigest.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/twrpDigest.cpp b/twrpDigest.cpp index 663d08566..ce3d87cca 100644 --- a/twrpDigest.cpp +++ b/twrpDigest.cpp @@ -16,10 +16,12 @@ along with TWRP. If not, see <http://www.gnu.org/licenses/>. */ -extern "C" { +extern "C" +{ #include "digest/md5.h" #include "libcrecovery/common.h" } + #include <vector> #include <string> #include <sstream> |