From fb0e68ae0f01fa951a8481d4a1f893d4cec1a6a3 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 a8c6b1fdd3ccb..fbe1832b0dbd0 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