summaryrefslogtreecommitdiff
path: root/progs/demos/drawpix.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/drawpix.c
parent92eddb0fd404624ca198f19e4088927701eec7f5 (diff)
include readtex.h
Diffstat (limited to 'progs/demos/drawpix.c')
-rw-r--r--progs/demos/drawpix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/demos/drawpix.c b/progs/demos/drawpix.c
index faa98ee2fb..82d32b0705 100644
--- a/progs/demos/drawpix.c
+++ b/progs/demos/drawpix.c
@@ -8,9 +8,10 @@
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
+#include <string.h>
#include <GL/glut.h>
-#include "readtex.c"
+#include "readtex.h"
#define IMAGE_FILE "../images/girl.rgb"