Merge branch 'master' into gallium-0.2
[mesa.git] / progs / tests / cva.c
index ed965e748a5ca6d68ee9e933c4ead82e86f0aea7..a9393aef0ca5fcf1b959111fc2b1144e04efd32a 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: cva.c,v 1.8 2006/11/22 19:37:21 sroland Exp $ */
 
 /*
  * Trivial CVA test, good for testing driver fastpaths (especially
@@ -17,7 +16,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 },