summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/opengl
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/opengl')
-rw-r--r--src/osd/modules/opengl/osd_opengl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osd/modules/opengl/osd_opengl.h b/src/osd/modules/opengl/osd_opengl.h
index e64736c2576..5fdd366a476 100644
--- a/src/osd/modules/opengl/osd_opengl.h
+++ b/src/osd/modules/opengl/osd_opengl.h
@@ -22,6 +22,9 @@
#include "GL/gl.h"
#include "GL/glext.h"
#endif
+ #ifndef USE_DISPATCH_GL
+ #include "GL/wglext.h"
+ #endif
#else
#if (SDLMAME_SDL2)
#include <SDL2/SDL_version.h>