summaryrefslogtreecommitdiff
path: root/src/vpglsl
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2011-05-13 15:44:31 +0100
committerJosé Fonseca <jfonseca@vmware.com>2011-05-13 15:44:31 +0100
commit5d5dc0e33c3e49582e2f93e7e1d6321b8c10b0f4 (patch)
tree188808d29f50ea3919900b21af4b5239457dd067 /src/vpglsl
parent9acf8a60ec6a20954206571b1535840bf0c85961 (diff)
Mac OS X portability fixes.
Diffstat (limited to 'src/vpglsl')
-rw-r--r--src/vpglsl/vp-tris.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpglsl/vp-tris.c b/src/vpglsl/vp-tris.c
index 29b477e6..a51935e4 100644
--- a/src/vpglsl/vp-tris.c
+++ b/src/vpglsl/vp-tris.c
@@ -6,7 +6,7 @@
#include <math.h>
#include <GL/glew.h>
-#include <GL/glut.h>
+#include "glut_wrap.h"
static const char *filename = NULL;
static GLuint nr_steps = 4;