diff options
Diffstat (limited to 'progs/demos/lodbias.c')
-rw-r--r-- | progs/demos/lodbias.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/lodbias.c b/progs/demos/lodbias.c index 1d01502d97d..b2fab0b4eb7 100644 --- a/progs/demos/lodbias.c +++ b/progs/demos/lodbias.c @@ -33,7 +33,7 @@ #include <GL/glut.h> #include <GL/glext.h> -#include "../util/readtex.c" /* I know, this is a hack. */ +#include "readtex.c" /* I know, this is a hack. */ #define TEXTURE_FILE "../images/girl.rgb" |