Skip to content

Commit

Permalink
Fixed building with newer Android NDK
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 25, 2018
1 parent 870c44b commit fb0e68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hidapi/android/hid.cpp
Expand Up @@ -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
Expand Down

0 comments on commit fb0e68a

Please sign in to comment.