diff --git a/src/hidapi/android/hid.cpp b/src/hidapi/android/hid.cpp index 0a8a77745..37b159b12 100644 --- a/src/hidapi/android/hid.cpp +++ b/src/hidapi/android/hid.cpp @@ -10,6 +10,7 @@ #include #include #include // For ETIMEDOUT and ECONNRESET +#include // For malloc() and free() #define TAG "hidapi" #ifdef DEBUG