Module: Mesa Branch: gallium-0.1 Commit: 5c845b911596e72a9fdbc566ee06b1d7dc8afb7c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c845b911596e72a9fdbc566ee06b1d7dc8afb7c
Author: Michal Krol <[EMAIL PROTECTED]> 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
