Mesa (gallium-0.2): softpipe: Add missing header include.

Alan Hourihane alanh at kemper.freedesktop.org
Mon Dec 15 11:30:33 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: 5c845b911596e72a9fdbc566ee06b1d7dc8afb7c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c845b911596e72a9fdbc566ee06b1d7dc8afb7c

Author: Michal Krol <michal at tungstengraphics.com>
Date:   Thu Dec 11 13:55:55 2008 +0100

softpipe: Add missing header include.

---

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

diff --git a/src/gallium/drivers/softpipe/sp_state_surface.c b/src/gallium/drivers/softpipe/sp_state_surface.c
index 8877b18..b5376e5 100644
--- a/src/gallium/drivers/softpipe/sp_state_surface.c
+++ b/src/gallium/drivers/softpipe/sp_state_surface.c
@@ -34,6 +34,8 @@
 #include "sp_surface.h"
 #include "sp_tile_cache.h"
 
+#include "draw/draw_context.h"
+
 
 /**
  * XXX this might get moved someday




More information about the mesa-commit mailing list