From: Jakob Bornecrantz Date: Fri, 13 Aug 2010 17:36:55 +0000 (+0100) Subject: glsl2: Include string.h in preprocessor X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=204d4cbea0de81f6f162ae0348e476de6c916ca8;p=mesa.git glsl2: Include string.h in preprocessor --- diff --git a/src/glsl/glcpp/pp.c b/src/glsl/glcpp/pp.c index 52b6e96a65f..7672490958d 100644 --- a/src/glsl/glcpp/pp.c +++ b/src/glsl/glcpp/pp.c @@ -22,6 +22,7 @@ */ #include +#include #include #include "glcpp.h"