Module: Mesa Branch: master Commit: 84a1e3d61e6df449571e41426ec64b115fedc7c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=84a1e3d61e6df449571e41426ec64b115fedc7c3
Author: Brian Paul <[email protected]> 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 <[email protected]> --- 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
