diff options
author | Brian Paul <[email protected]> | 2015-02-26 13:33:54 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-02-27 07:04:49 -0700 |
commit | 84a1e3d61e6df449571e41426ec64b115fedc7c3 (patch) | |
tree | 82bfad47102259a63a71a70913aed11445e8226f /src/mesa/main/imports.h | |
parent | 06ed81044fc6b1dee90e67de314f81150746e104 (diff) |
mesa: restore #include stdarg.h in imports.h
https://bugs.freedesktop.org/show_bug.cgi?id=89345
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/imports.h')
-rw-r--r-- | src/mesa/main/imports.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h index 2af45a3b254..838b985b215 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" |