summaryrefslogtreecommitdiff
path: root/progs/demos/fogcoord.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-01-09 17:39:06 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-01-09 17:39:06 +0000
commit2d84ed83c421cb472f4fce5cdcd6191a49345f51 (patch)
tree7ed0554dc2f7448670e01a025d7e3602c53257ba /progs/demos/fogcoord.c
parent92eddb0fd404624ca198f19e4088927701eec7f5 (diff)
include readtex.h
Diffstat (limited to 'progs/demos/fogcoord.c')
-rw-r--r--progs/demos/fogcoord.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/fogcoord.c b/progs/demos/fogcoord.c
index f4f8199efa..19a15f05b8 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"