diff options
author | Keith Whitwell <[email protected]> | 2003-11-23 10:27:10 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2003-11-23 10:27:10 +0000 |
commit | 8525fae3b8276441883604a1ced32a46b85d5adf (patch) | |
tree | e7addee39248f4891d312a7414c34602e541ce22 /progs/tests/fptexture.c | |
parent | 67f8a1d4ad5c6f94067ef9a621b513fe8f708c72 (diff) |
build fixes, rh9
Diffstat (limited to 'progs/tests/fptexture.c')
-rw-r--r-- | progs/tests/fptexture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/fptexture.c b/progs/tests/fptexture.c index a62116b3201..f57ad628282 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" |