diff options
Diffstat (limited to 'progs/demos/teapot.c')
-rw-r--r-- | progs/demos/teapot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/demos/teapot.c b/progs/demos/teapot.c index 67a64f99373..5a50447227e 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> |