diff options
Diffstat (limited to 'progs/demos/isosurf.c')
-rw-r--r-- | progs/demos/isosurf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/isosurf.c b/progs/demos/isosurf.c index 555757cc42c..0710bc6047b 100644 --- a/progs/demos/isosurf.c +++ b/progs/demos/isosurf.c @@ -36,7 +36,7 @@ #define GL_GLEXT_PROTOTYPES #include "GL/glut.h" -#include "readtex.c" /* I know, this is a hack. KW: me too. */ +#include "readtex.h" #define TEXTURE_FILE "../images/reflect.rgb" #define LIT 0x00000001 |