From 84a1e3d61e6df449571e41426ec64b115fedc7c3 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 26 Feb 2015 13:33:54 -0700 Subject: [PATCH] mesa: restore #include stdarg.h in imports.h https://bugs.freedesktop.org/show_bug.cgi?id=89345 Signed-off-by: Brian Paul --- src/mesa/main/imports.h | 1 + 1 file changed, 1 insertion(+) 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"