From: Brian Paul Date: Tue, 3 Oct 2017 19:56:01 +0000 (-0600) Subject: util: include string.h in u_string.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e4c7a2ab68b4a67ad9fb37734c8a00379659a815;p=mesa.git util: include string.h in u_string.h To fix MinGW compiler warning about missing strlen() prototype. Not sure how I missed this when fixing the malloc() / stdlib.h issue. Reviewed-by: Charmaine Lee --- diff --git a/src/util/u_string.h b/src/util/u_string.h index 5a2a3e9817f..fa0241e5423 100644 --- a/src/util/u_string.h +++ b/src/util/u_string.h @@ -41,6 +41,7 @@ #include #include #include +#include #include "util/macros.h" // PRINTFLIKE