summaryrefslogtreecommitdiff
path: root/src/system-gl.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2012-02-22 13:00:10 (GMT)
committerMarius Kintel <marius@kintel.net>2012-02-22 13:00:10 (GMT)
commit6a9b8a56c1123d4ef0e511a1ab69d1f31fc6306d (patch)
treef0d2722683daa809a645f8ccd0f013a0051da130 /src/system-gl.h
parent70d933290271d072399d6bf47ec1703d5160b5dd (diff)
Fix for missing GLU include by chrysn
Diffstat (limited to 'src/system-gl.h')
-rw-r--r--src/system-gl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/system-gl.h b/src/system-gl.h
index 0377b72..d7de3c6 100644
--- a/src/system-gl.h
+++ b/src/system-gl.h
@@ -7,6 +7,7 @@
#include <OpenGL/OpenGL.h>
#else
#include <GL/gl.h>
+ #include <GL/glu.h>
#ifdef _WIN32
#include <windows.h> // For the CALLBACK macro
#endif
contact: Jan Huwald // Impressum