commit | 2d84ed83c421cb472f4fce5cdcd6191a49345f51 | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Sun Jan 09 17:39:06 2005 +0000 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Sun Jan 09 17:39:06 2005 +0000 |
tree | 7ed0554dc2f7448670e01a025d7e3602c53257ba | |
parent | 92eddb0fd404624ca198f19e4088927701eec7f5 [diff] [blame] |
include readtex.h
diff --git a/progs/demos/teapot.c b/progs/demos/teapot.c index 67a64f9..5a50447 100644 --- a/progs/demos/teapot.c +++ b/progs/demos/teapot.c
@@ -10,6 +10,7 @@ #include <stdlib.h> #include <math.h> #include <time.h> +#include <string.h> #ifdef WIN32 #include <windows.h>