X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=progs%2Ftests%2Ftexrect.c;h=10061ee5869e6ededeb146ea1bf091bb02f7e6c1;hb=a04af335a42ce3b28e59ff9b85b2bd433a9d7b12;hp=43edc491801c3a9398b56ce504ab73d3c247634c;hpb=77ce568ff704e6cdcfaa557965c894752d19e462;p=mesa.git diff --git a/progs/tests/texrect.c b/progs/tests/texrect.c index 43edc491801..10061ee5869 100644 --- a/progs/tests/texrect.c +++ b/progs/tests/texrect.c @@ -6,11 +6,11 @@ */ -#define GL_GLEXT_PROTOTYPES #include #include #include #include +#include #include #include "readtex.h" @@ -328,6 +328,7 @@ int main( int argc, char *argv[] ) glutInitWindowPosition( 0, 0 ); glutInitDisplayMode( GLUT_RGB | GLUT_DOUBLE ); glutCreateWindow(argv[0] ); + glewInit(); Init( argc, argv );