From: Brian Paul Date: Thu, 5 Mar 2015 02:17:57 +0000 (-0700) Subject: swrast: include stdio.h where needed X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2655afc7e68a0c7dacbd7cf653f11105790b50a6;p=mesa.git swrast: include stdio.h where needed Acked-by: Matt Turner Reviewed-by: José Fonseca --- 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 #include "main/api_exec.h" #include "main/context.h" #include "main/extensions.h"