diff options
author | Brian Paul <[email protected]> | 2005-01-09 17:39:06 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-01-09 17:39:06 +0000 |
commit | 2d84ed83c421cb472f4fce5cdcd6191a49345f51 (patch) | |
tree | 7ed0554dc2f7448670e01a025d7e3602c53257ba /progs/demos/readpix.c | |
parent | 92eddb0fd404624ca198f19e4088927701eec7f5 (diff) |
include readtex.h
Diffstat (limited to 'progs/demos/readpix.c')
-rw-r--r-- | progs/demos/readpix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/demos/readpix.c b/progs/demos/readpix.c index 71ce9723543..2dc92f93fcd 100644 --- a/progs/demos/readpix.c +++ b/progs/demos/readpix.c @@ -9,6 +9,7 @@ #include <stdio.h> #include <stdlib.h> #include <math.h> +#include <string.h> #include <GL/glut.h> #include "readtex.h" |