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

Author: Vinson Lee <[email protected]>
Date:   Sat Aug 28 14:21:28 2010 -0700

softpipe: Include missing header in sp_flush.c.

Include p_screen.h for complete type to pipe_screen.

---

 src/gallium/drivers/softpipe/sp_flush.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/softpipe/sp_flush.c 
b/src/gallium/drivers/softpipe/sp_flush.c
index 4a53ef0..1071011 100644
--- a/src/gallium/drivers/softpipe/sp_flush.c
+++ b/src/gallium/drivers/softpipe/sp_flush.c
@@ -31,6 +31,7 @@
 
 
 #include "pipe/p_defines.h"
+#include "pipe/p_screen.h"
 #include "draw/draw_context.h"
 #include "sp_flush.h"
 #include "sp_context.h"

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to