Module: Mesa
Branch: master
Commit: 2655afc7e68a0c7dacbd7cf653f11105790b50a6
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2655afc7e68a0c7dacbd7cf653f11105790b50a6

Author: Brian Paul <bri...@vmware.com>
Date:   Wed Mar  4 19:17:57 2015 -0700

swrast: include stdio.h where needed

Acked-by: Matt Turner <matts...@gmail.com>
Reviewed-by: José Fonseca <jfons...@vmware.com>

---

 src/mesa/drivers/dri/swrast/swrast.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mesa/drivers/dri/swrast/swrast.c 
b/src/mesa/drivers/dri/swrast/swrast.c
index b801476..fb29078 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"

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to