summaryrefslogtreecommitdiff
path: root/progs/tests/fptexture.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2003-11-23 10:27:10 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2003-11-23 10:27:10 +0000
commit8525fae3b8276441883604a1ced32a46b85d5adf (patch)
treee7addee39248f4891d312a7414c34602e541ce22 /progs/tests/fptexture.c
parent67f8a1d4ad5c6f94067ef9a621b513fe8f708c72 (diff)
build fixes, rh9
Diffstat (limited to 'progs/tests/fptexture.c')
-rw-r--r--progs/tests/fptexture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/fptexture.c b/progs/tests/fptexture.c
index a62116b320..f57ad62828 100644
--- a/progs/tests/fptexture.c
+++ b/progs/tests/fptexture.c
@@ -8,7 +8,7 @@
#define GL_GLEXT_PROTOTYPES
#include <GL/glut.h>
-#include "readtex.c"
+#include "../util/readtex.c"
#define TEXTURE_FILE "../images/girl.rgb"