projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78a21f9
)
include string.h to silence warning
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 15 Feb 2002 16:48:48 +0000
(16:48 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 15 Feb 2002 16:48:48 +0000
(16:48 +0000)
progs/demos/ray.c
patch
|
blob
|
history
diff --git
a/progs/demos/ray.c
b/progs/demos/ray.c
index 2173b54fd4d74d8db812621150fb87802ff919e5..fbee960053ceafc52dd1664a7d0480ab0f62ca00 100644
(file)
--- 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