projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52cadf7
)
glx: include string.h to silence missing memset() prototype warning
author
Brian Paul
<brianp@vmware.com>
Tue, 22 Sep 2009 19:19:05 +0000
(13:19 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 22 Sep 2009 19:19:15 +0000
(13:19 -0600)
src/glx/x11/glxhash.c
patch
|
blob
|
history
diff --git
a/src/glx/x11/glxhash.c
b/src/glx/x11/glxhash.c
index
7d28ada
..
6f2c51d
100644
(file)
--- a/
src/glx/x11/glxhash.c
+++ b/
src/glx/x11/glxhash.c
@@
-77,6
+77,7
@@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#define HASH_MAGIC 0xdeadbeef
#define HASH_DEBUG 0