fix jni_tools header inclusion

This commit is contained in:
Philippe Teuwen
2021-09-05 20:05:09 +02:00
parent 4c4e291588
commit 3a5680343a
+1 -1
View File
@@ -5,7 +5,7 @@
//including header
#include <malloc.h>
#include <jni_tools.h>
#include "stdbool.h"
#include <stdbool.h>
// native thread attach label
static bool g_IsAttach;