summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2011-06-07 19:11:47 +0100
committerJosé Fonseca <jfonseca@vmware.com>2011-06-07 19:11:47 +0100
commit61535df31389e6a25f8d57adbf94c2d29b83daaf (patch)
treede4aa5ab0dccb9fd8f94c75d9f76ec29580dc681
parentdb3b323ba284d76e2d5169845419a3d852c6a2be (diff)
pixeltest: Fix Windows build.
-rw-r--r--src/demos/pixeltest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/demos/pixeltest.c b/src/demos/pixeltest.c
index 03a6bea5..e9b95b8b 100644
--- a/src/demos/pixeltest.c
+++ b/src/demos/pixeltest.c
@@ -11,6 +11,7 @@
#include <stdlib.h>
#include <math.h>
#include <string.h>
+#include <GL/glew.h> /* for GL_UNSIGNED_SHORT_5_6_5 */
#include "glut_wrap.h"