diff options
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 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" |