mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
fix jni_tools header inclusion
This commit is contained in:
parent
4c4e291588
commit
3a5680343a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue