progs/trivial: Use glew where needed.
[mesa.git] / progs / trivial / vp-tri-cb-tex.c
index 1e99d5b6abc72e17085c852f1887b349de577df2..57fd2cdbbd1f7547770f987b4e412d5dd3673ca4 100644 (file)
@@ -5,7 +5,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <math.h>
-#define GL_GLEXT_PROTOTYPES
+#include <GL/glew.h>
 #include <GL/glut.h>
 
 
@@ -179,6 +179,8 @@ int main(int argc, char **argv)
        exit(1);
     }
 
+    glewInit();
+
     Init();
 
     glutReshapeFunc(Reshape);