ARM64: Make sure that eglGetProcAddress is declared, so the return value doesn't get truncated to int.

This commit is contained in:
Henrik Rydgard 2015-03-07 13:56:17 +01:00
parent 516dbf37e4
commit 23150858a4

View File

@ -6,6 +6,7 @@
#elif defined(USING_GLES2)
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
#include "EGL/egl.h"
// At least Nokia platforms need the three below
#include <KHR/khrplatform.h>
typedef char GLchar;