From: Brian Paul Date: Thu, 26 Feb 2015 20:33:54 +0000 (-0700) Subject: mesa: restore #include stdarg.h in imports.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=84a1e3d61e6df449571e41426ec64b115fedc7c3;p=mesa.git mesa: restore #include stdarg.h in imports.h https://bugs.freedesktop.org/show_bug.cgi?id=89345 Signed-off-by: Brian Paul --- diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h index 2af45a3b254..838b985b215 100644 --- a/src/mesa/main/imports.h +++ b/src/mesa/main/imports.h @@ -37,6 +37,7 @@ #include +#include #include #include "compiler.h" #include "glheader.h"