diff --git a/ndk/platforms/android-18/samples/gles3jni/jni/gl3stub.c b/ndk/platforms/android-18/samples/gles3jni/jni/gl3stub.c index 19b78e7b6..67bf70ccf 100644 --- a/ndk/platforms/android-18/samples/gles3jni/jni/gl3stub.c +++ b/ndk/platforms/android-18/samples/gles3jni/jni/gl3stub.c @@ -14,6 +14,7 @@ * limitations under the License. */ +#include #include "gl3stub.h" GLboolean gl3stubInit() {