diff options
author | Eric Anholt <[email protected]> | 2008-02-03 01:04:46 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2008-02-04 18:24:16 -0800 |
commit | 745df749cc082de9491b91bfcb8705d8d26cbe02 (patch) | |
tree | 84408e519041b06728d5ab09bc11d51f9f4693af /progs | |
parent | 5857e988be9317810cf713478195b4ed849eea4a (diff) |
Include glext.h in the cva test so that it actually uses CVAs.
Diffstat (limited to 'progs')
-rw-r--r-- | progs/tests/cva.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/cva.c b/progs/tests/cva.c index ed965e748a5..bde4c6c827e 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 }, |