From 2aff688a72f59172ad3411ebaeeb03d42cde39a8 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 10 Feb 2010 12:36:23 -0800 Subject: Include GL/glext.h to get GLchar and other types on all platforms. --- include/glu3.h | 1 + 1 file changed, 1 insertion(+) 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 +#include #define GLU_VERSION_3_0 -- cgit v1.2.3