From 59cb52383add5581b10d0d331d0e0aa1154af0dd Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sat, 10 Dec 2011 21:35:58 -0800 Subject: SDL headers fix --- system/include/SDL/SDL_opengl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'system/include/SDL/SDL_opengl.h') diff --git a/system/include/SDL/SDL_opengl.h b/system/include/SDL/SDL_opengl.h index 61f3c5c4..4bc9e0b9 100644 --- a/system/include/SDL/SDL_opengl.h +++ b/system/include/SDL/SDL_opengl.h @@ -28,6 +28,9 @@ #ifndef _SDL_opengl_h #define _SDL_opengl_h +/* XXX Emscripten */ +#define GL_GLEXT_PROTOTYPES + #include "SDL_config.h" #ifdef __WIN32__ -- cgit v1.2.3-18-g5258