diff options
author | Brian Paul <[email protected]> | 2015-03-04 19:17:57 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-03-05 06:59:42 -0700 |
commit | db29869205ecc2d7254698daac3e9027f6c92619 (patch) | |
tree | 589bf3c2cc7d6078b04d9d922cc53f4cc3c8bc5f /src/mesa/main/imports.c | |
parent | 028968a3ce317cead6aec29890308f8242d547dd (diff) |
mesa: include stdio.h where needed
Instead of relying on glapi.h or some other header to provide it.
Acked-by: Matt Turner <[email protected]>
Reviewed-by: José Fonseca <[email protected]>
Diffstat (limited to 'src/mesa/main/imports.c')
-rw-r--r-- | src/mesa/main/imports.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/imports.c b/src/mesa/main/imports.c index 752cf5a429f..a7ffe229687 100644 --- a/src/mesa/main/imports.c +++ b/src/mesa/main/imports.c @@ -42,6 +42,7 @@ * OTHER DEALINGS IN THE SOFTWARE. */ +#include <stdio.h> #include <stdarg.h> #include "c99_math.h" #include "imports.h" |