summaryrefslogtreecommitdiff
path: root/src/glut/glx/glutint.h
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-11-21 05:26:52 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-11-21 10:44:31 +0900
commit81aa678ce8f4a1f7c75b928ba2b107908959d50d (patch)
treeeaf003019b7b713a9d6b337b3f73e4d94c1d0b42 /src/glut/glx/glutint.h
parent76624096617c7218d828c5de9c02e70d578c37c7 (diff)
glut: MinGW portability fixes.
Still, it doesn't run as well as the glut binaries...
Diffstat (limited to 'src/glut/glx/glutint.h')
-rw-r--r--src/glut/glx/glutint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glut/glx/glutint.h b/src/glut/glx/glutint.h
index a962c78023..de506a5932 100644
--- a/src/glut/glx/glutint.h
+++ b/src/glut/glx/glutint.h
@@ -33,7 +33,7 @@
#include <GL/glut.h>
#if defined(MESA) && defined(_WIN32) && !defined(__CYGWIN32__)
-#include <gl/mesa_wgl.h>
+#include <GL/mesa_wgl.h>
#endif
#ifndef _WIN32