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 a9b5312fd75..a4db22e26e4 100644 --- a/progs/demos/lodbias.c +++ b/progs/demos/lodbias.c @@ -34,7 +34,7 @@ #include <GL/glut.h> #include <GL/glext.h> -#include "readtex.c" /* I know, this is a hack. */ +#include "readtex.h" #define TEXTURE_FILE "../images/girl.rgb" |