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
#include <malloc.h>
#include <jni_tools.h>
#include "stdbool.h"
#include <stdbool.h>
// native thread attach label
static bool g_IsAttach;