projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06ed810
)
mesa: restore #include stdarg.h in imports.h
author
Brian Paul
<brianp@vmware.com>
Thu, 26 Feb 2015 20:33:54 +0000
(13:33 -0700)
committer
Brian 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
patch
|
blob
|
history
diff --git
a/src/mesa/main/imports.h
b/src/mesa/main/imports.h
index 2af45a3b254cb1ecb3a3e6af93f4753cb28066db..838b985b215902d78de5b6a1b36198364c8bab9e 100644
(file)
--- 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"