summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-02-10 12:36:23 -0800
committerIan Romanick <ian.d.romanick@intel.com>2010-02-10 12:51:47 -0800
commit2aff688a72f59172ad3411ebaeeb03d42cde39a8 (patch)
treec376841d114d81929c8a8751730913e99e7b223b
parentc35213348db64f24e00256fb4b2db0784f514610 (diff)
Include GL/glext.h to get GLchar and other types on all platforms.
-rw-r--r--include/glu3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/glu3.h b/include/glu3.h
index a2fbd47..d1eabeb 100644
--- a/include/glu3.h
+++ b/include/glu3.h
@@ -35,6 +35,7 @@
#endif
#include <GL/gl.h>
+#include <GL/glext.h>
#define GLU_VERSION_3_0