mesa: restore #include stdarg.h in imports.h
authorBrian Paul <brianp@vmware.com>
Thu, 26 Feb 2015 20:33:54 +0000 (13:33 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 27 Feb 2015 14:04:49 +0000 (07:04 -0700)
https://bugs.freedesktop.org/show_bug.cgi?id=89345
Signed-off-by: Brian Paul <brianp@vmware.com>
src/mesa/main/imports.h

index 2af45a3b254cb1ecb3a3e6af93f4753cb28066db..838b985b215902d78de5b6a1b36198364c8bab9e 100644 (file)
@@ -37,6 +37,7 @@
 
 
 #include <stdlib.h>
+#include <stdarg.h>
 #include <string.h>
 #include "compiler.h"
 #include "glheader.h"