Mesa (master): mesa: restore #include stdarg.h in imports.h

Brian Paul brianp at kemper.freedesktop.org
Fri Feb 27 14:05:47 UTC 2015


Module: Mesa
Branch: master
Commit: 84a1e3d61e6df449571e41426ec64b115fedc7c3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=84a1e3d61e6df449571e41426ec64b115fedc7c3

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Feb 26 13:33:54 2015 -0700

mesa: restore #include stdarg.h in imports.h

https://bugs.freedesktop.org/show_bug.cgi?id=89345
Signed-off-by: Brian Paul <brianp at vmware.com>

---

 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 2af45a3..838b985 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"




More information about the mesa-commit mailing list