diff options
Diffstat (limited to 'progs/demos/fogcoord.c')
-rw-r--r-- | progs/demos/fogcoord.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/fogcoord.c b/progs/demos/fogcoord.c index f4f8199efa5..19a15f05b87 100644 --- a/progs/demos/fogcoord.c +++ b/progs/demos/fogcoord.c @@ -13,7 +13,7 @@ #include <math.h> #include <GL/glut.h> -#include "readtex.c" /* the compulsory hack */ +#include "readtex.h" #define TEXTURE_FILE "../images/bw.rgb" |