glsl2: Include string.h in preprocessor
authorJakob Bornecrantz <jakob@vmware.com>
Fri, 13 Aug 2010 17:36:55 +0000 (18:36 +0100)
committerJakob Bornecrantz <jakob@vmware.com>
Fri, 13 Aug 2010 17:36:55 +0000 (18:36 +0100)
src/glsl/glcpp/pp.c

index 52b6e96a65f544cee04d7ec9d27bdeccfceb5e48..7672490958de6204da09ea50989dcdfe78cc8edb 100644 (file)
@@ -22,6 +22,7 @@
  */
 
 #include <assert.h>
+#include <string.h>
 #include <ctype.h>
 #include "glcpp.h"