fix jni_tools header inclusion

This commit is contained in:
Philippe Teuwen 2021-09-05 20:05:09 +02:00
commit 3a5680343a

View file

@ -5,7 +5,7 @@
//including header //including header
#include <malloc.h> #include <malloc.h>
#include <jni_tools.h> #include <jni_tools.h>
#include "stdbool.h" #include <stdbool.h>
// native thread attach label // native thread attach label
static bool g_IsAttach; static bool g_IsAttach;