summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-02-15 16:48:48 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-02-15 16:48:48 +0000
commit026c036be0cff7921341a6ea66bc99c4c4761557 (patch)
treeb9199d5f9c9fbd6253e9361bfa763add58b34c60 /progs
parent78a21f96b5664b813c0d7b19db5cebd60c644deb (diff)
include string.h to silence warning
Diffstat (limited to 'progs')
-rw-r--r--progs/demos/ray.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/demos/ray.c b/progs/demos/ray.c
index 2173b54fd4..fbee960053 100644
--- a/progs/demos/ray.c
+++ b/progs/demos/ray.c
@@ -8,6 +8,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <math.h>
#ifdef WIN32