Fixed building with newer Android NDK
parent
870c44bfed
commit
fb0e68ae0f
|
@ -9,9 +9,9 @@
|
|||
#include <jni.h>
|
||||
#include <android/log.h>
|
||||
#include <pthread.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h> // For ETIMEDOUT and ECONNRESET
|
||||
#include <stdlib.h> // For malloc() and free()
|
||||
#include <string.h> // For memcpy()
|
||||
|
||||
#define TAG "hidapi"
|
||||
#ifdef DEBUG
|
||||
|
|
Loading…
Reference in New Issue