X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=progs%2Ftests%2Ftexrect.c;h=6843d589ef5a46075e87566b9fa9867b9ddb326f;hb=746e59f207182846993dad2b150f30c355d63088;hp=1468c73385a7aa2d44c630c25520553814a7f342;hpb=4e99da15eb4323b8d91086816f7845def9ab5555;p=mesa.git diff --git a/progs/tests/texrect.c b/progs/tests/texrect.c index 1468c73385a..6843d589ef5 100644 --- a/progs/tests/texrect.c +++ b/progs/tests/texrect.c @@ -1,4 +1,4 @@ -/* $Id: texrect.c,v 1.1 2002/06/15 03:08:19 brianp Exp $ */ +/* $Id: texrect.c,v 1.4 2003/05/30 15:37:47 brianp Exp $ */ /* GL_NV_texture_rectangle test * @@ -7,13 +7,13 @@ */ +#define GL_GLEXT_PROTOTYPES #include #include #include #include #include - -#include "readtex.c" /* I know, this is a hack. */ +#include "readtex.h" #define TEXTURE_0_FILE "../images/girl.rgb" #define TEXTURE_1_FILE "../images/reflect.rgb"