summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-05-30 15:37:47 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-05-30 15:37:47 +0000
commit80b86654384860b8e8cabca08a860cfc61aa4d14 (patch)
tree93dfa88ac4f5c17fcf948f1a4625e17b4d9ee88b /progs
parentf98921d344fdcab1ae603c2b2723b9cf631adcc9 (diff)
include readtex.h
Diffstat (limited to 'progs')
-rw-r--r--progs/tests/texrect.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/tests/texrect.c b/progs/tests/texrect.c
index c20251801c..6843d589ef 100644
--- a/progs/tests/texrect.c
+++ b/progs/tests/texrect.c
@@ -1,4 +1,4 @@
-/* $Id: texrect.c,v 1.3 2003/05/20 09:54:58 keithw Exp $ */
+/* $Id: texrect.c,v 1.4 2003/05/30 15:37:47 brianp Exp $ */
/* GL_NV_texture_rectangle test
*
@@ -13,6 +13,7 @@
#include <stdlib.h>
#include <string.h>
#include <GL/glut.h>
+#include "readtex.h"
#define TEXTURE_0_FILE "../images/girl.rgb"
#define TEXTURE_1_FILE "../images/reflect.rgb"