Skip to content

Commit

Permalink
Fixed Android build error
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 21, 2018
1 parent 5dfa404 commit 0d22559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hidapi/android/hid.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 0d22559

Please sign in to comment.