aboutsummaryrefslogtreecommitdiff
path: root/system/include/SDL/SDL_opengl.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/SDL/SDL_opengl.h')
-rw-r--r--system/include/SDL/SDL_opengl.h3
1 files changed, 3 insertions, 0 deletions
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__