include string.h to silence warning
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 15 Feb 2002 16:48:48 +0000 (16:48 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 15 Feb 2002 16:48:48 +0000 (16:48 +0000)
progs/demos/ray.c

index 2173b54..fbee960 100644 (file)
@@ -8,6 +8,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <math.h>
 
 #ifdef WIN32