Fixed building with newer Android NDK

Sam Lantinga 2018-09-25 08:23:57 -07:00
parent 870c44bfed
commit fb0e68ae0f
1 changed files with 1 additions and 1 deletions

View File

@ -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