glx: We no longer need screen extensions for drisw
[mesa.git] / src / glut / glx / glut_joy.c
index a4528ae1ce41e046f5579518ced349058c978f89..5025607922c2115b0f3243891239bbf18df77cc1 100644 (file)
@@ -6,6 +6,9 @@
    implied. This program is -not- in the public domain. */
 
 #ifdef _WIN32
+#ifdef __MINGW32__
+#include <GL/gl.h>
+#endif
 #include <windows.h>
 #ifndef __CYGWIN32__
 #include <mmsystem.h>  /* Win32 Multimedia API header. */