summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-02-03 01:04:46 -0800
committerEric Anholt <eric@anholt.net>2008-02-04 18:24:16 -0800
commit745df749cc082de9491b91bfcb8705d8d26cbe02 (patch)
tree84408e519041b06728d5ab09bc11d51f9f4693af /progs
parent5857e988be9317810cf713478195b4ed849eea4a (diff)
Include glext.h in the cva test so that it actually uses CVAs.
Diffstat (limited to 'progs')
-rw-r--r--progs/tests/cva.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/cva.c b/progs/tests/cva.c
index ed965e748a..bde4c6c827 100644
--- a/progs/tests/cva.c
+++ b/progs/tests/cva.c
@@ -17,7 +17,7 @@
#endif
#define GL_GLEXT_LEGACY
#include <GL/glut.h>
-
+#include <GL/glext.h>
GLfloat verts[][4] = {
{ -0.5, -0.5, -2.0, 0.0 },