From ce7b661083b2183daca5d5ab3eb9e26a03b88072 Mon Sep 17 00:00:00 2001 From: Xpl0itU Date: Fri, 22 Jul 2022 15:59:52 +0200 Subject: [PATCH] Fix compiling with libmocha --- include/mocha/mocha.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/mocha/mocha.h b/include/mocha/mocha.h index 83d6a2b..97f1419 100644 --- a/include/mocha/mocha.h +++ b/include/mocha/mocha.h @@ -1,5 +1,6 @@ #pragma once #include +#include #include #include #include @@ -284,4 +285,4 @@ MochaUtilsStatus Mocha_UnmountFS(const char *virt_name); #ifdef __cplusplus } // extern "C" -#endif \ No newline at end of file +#endif