2
0
mirror of synced 2025-02-23 14:58:12 +00:00

bind/java: fix build on NDK r16

Import <string.h> to provide a memcpy declaration.

Fixes golang/go#22766

Change-Id: I0762a1bb9d8d30bb1ae6f1a98648795ea57b0913
Reviewed-on: https://go-review.googlesource.com/79499
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Tad Fisher 2017-11-22 13:46:19 -08:00 committed by Brad Fitzpatrick
parent b28c5379a5
commit 50b7067763

View File

@ -11,6 +11,7 @@
#include <jni.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <pthread.h>
#include "seq.h"