From bc7546476078dd520af4853f6f0d3f577ec670ec Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 22 Sep 2009 13:19:05 -0600 Subject: [PATCH] glx: include string.h to silence missing memset() prototype warning --- src/glx/x11/glxhash.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glx/x11/glxhash.c b/src/glx/x11/glxhash.c index 7d28ada49ca..6f2c51d39dd 100644 --- a/src/glx/x11/glxhash.c +++ b/src/glx/x11/glxhash.c @@ -77,6 +77,7 @@ #include #include +#include #define HASH_MAGIC 0xdeadbeef #define HASH_DEBUG 0 -- 2.30.2