[Mesa-dev] [PATCH] mesa: restore #include stdarg.h in imports.h
Brian Paul
brianp at vmware.com
Thu Feb 26 12:40:56 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=89345
---
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 c863154..7921000 100644
--- a/src/mesa/main/imports.h
+++ b/src/mesa/main/imports.h
@@ -37,6 +37,7 @@
#include <stdlib.h>
+#include <stdarg.h>
#include <string.h>
#include "compiler.h"
#include "glheader.h"
--
1.9.1
More information about the mesa-dev
mailing list