glx: include string.h to silence missing memset() prototype warning

This commit is contained in:
Brian Paul 2009-09-22 13:19:05 -06:00
parent 52cadf7592
commit bc75464760

View file

@ -77,6 +77,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define HASH_MAGIC 0xdeadbeef
#define HASH_DEBUG 0