glx: include string.h to silence missing memset() prototype warning
authorBrian Paul <brianp@vmware.com>
Tue, 22 Sep 2009 19:19:05 +0000 (13:19 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 22 Sep 2009 19:19:15 +0000 (13:19 -0600)
src/glx/x11/glxhash.c

index 7d28ada..6f2c51d 100644 (file)
@@ -77,6 +77,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #define HASH_MAGIC 0xdeadbeef
 #define HASH_DEBUG 0