commit | f02a5f6cc55fc61229a038ac72edb3ce97cb6950 | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Fri Jul 12 15:54:01 2002 +0000 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Fri Jul 12 15:54:01 2002 +0000 |
tree | b3f3b47105dd5939751262bd880dc7821b435679 | |
parent | 902d2faadf37a5627ab2cbcd8993825c8749ec82 [diff] [blame] |
Pedantic compiler fixes (Sven Panne)
diff --git a/progs/demos/terrain.c b/progs/demos/terrain.c index 5b5ad3e..da5b90d 100644 --- a/progs/demos/terrain.c +++ b/progs/demos/terrain.c
@@ -11,6 +11,7 @@ #include <stdio.h> #include <math.h> #include <stdlib.h> +#include <string.h> #include <time.h> #ifdef WIN32