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 | 2655afc7e68a0c7dacbd7cf653f11105790b50a6 (patch) | |
tree | 214c070bc6d2e8ef87cd275f31aa535c13bd4b42 /src/mesa | |
parent | 78ee6fdb2303a630925405bf12af2b61f20383d7 (diff) |
swrast: include stdio.h where needed
Acked-by: Matt Turner <[email protected]>
Reviewed-by: José Fonseca <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/swrast/swrast.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/swrast/swrast.c b/src/mesa/drivers/dri/swrast/swrast.c index b8014769141..fb29078b6d7 100644 --- a/src/mesa/drivers/dri/swrast/swrast.c +++ b/src/mesa/drivers/dri/swrast/swrast.c @@ -32,6 +32,7 @@ * The back-buffer is allocated by the driver and is private. */ +#include <stdio.h> #include "main/api_exec.h" #include "main/context.h" #include "main/extensions.h" |