From 50b7067763308074f4c19e733ac7f867471de857 Mon Sep 17 00:00:00 2001 From: Tad Fisher Date: Wed, 22 Nov 2017 13:46:19 -0800 Subject: [PATCH] bind/java: fix build on NDK r16 Import to provide a memcpy declaration. Fixes golang/go#22766 Change-Id: I0762a1bb9d8d30bb1ae6f1a98648795ea57b0913 Reviewed-on: https://go-review.googlesource.com/79499 Reviewed-by: Brad Fitzpatrick --- bind/java/seq_android.c.support | 1 + 1 file changed, 1 insertion(+) diff --git a/bind/java/seq_android.c.support b/bind/java/seq_android.c.support index fbc6d55..7c0f483 100644 --- a/bind/java/seq_android.c.support +++ b/bind/java/seq_android.c.support @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include "seq.h"