From d4661b879540d7c8702f8dfffeecaf184d98c875 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 25 Sep 2018 08:23:57 -0700 Subject: [PATCH] Fixed building with newer Android NDK --- src/hidapi/android/hid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hidapi/android/hid.cpp b/src/hidapi/android/hid.cpp index a8c6b1fdd..fbe1832b0 100644 --- a/src/hidapi/android/hid.cpp +++ b/src/hidapi/android/hid.cpp @@ -9,9 +9,9 @@ #include #include #include -#include #include // For ETIMEDOUT and ECONNRESET #include // For malloc() and free() +#include // For memcpy() #define TAG "hidapi" #ifdef DEBUG