diff options
Diffstat (limited to 'progs/demos/pixeltex.c')
-rw-r--r-- | progs/demos/pixeltex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/pixeltex.c b/progs/demos/pixeltex.c index 1b044445a3..03e653a454 100644 --- a/progs/demos/pixeltex.c +++ b/progs/demos/pixeltex.c @@ -56,7 +56,7 @@ #include <string.h> #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" |