From: Brian Paul Date: Tue, 22 Sep 2009 19:19:05 +0000 (-0600) Subject: glx: include string.h to silence missing memset() prototype warning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bc7546476078dd520af4853f6f0d3f577ec670ec;p=mesa.git glx: include string.h to silence missing memset() prototype warning --- 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