summaryrefslogtreecommitdiff
path: root/progs/demos/readpix.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/demos/readpix.c')
-rw-r--r--progs/demos/readpix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/readpix.c b/progs/demos/readpix.c
index b36e3d1e64..71ce972354 100644
--- a/progs/demos/readpix.c
+++ b/progs/demos/readpix.c
@@ -11,7 +11,7 @@
#include <math.h>
#include <GL/glut.h>
-#include "../util/readtex.c" /* a hack, I know */
+#include "readtex.h"
#define IMAGE_FILE "../images/girl.rgb"