Fixed Android build error

This commit is contained in:
Sam Lantinga 2018-08-21 10:25:30 -07:00
parent 5dfa4043a3
commit 0d22559e30

View File

@ -10,6 +10,7 @@
#include <android/log.h>
#include <pthread.h>
#include <errno.h> // For ETIMEDOUT and ECONNRESET
#include <stdlib.h> // For malloc() and free()
#define TAG "hidapi"
#ifdef DEBUG