diff options
author | Michal Krol <michal@tungstengraphics.com> | 2008-12-11 13:55:55 +0100 |
---|---|---|
committer | Michal Krol <michal@tungstengraphics.com> | 2008-12-11 13:55:55 +0100 |
commit | 5c845b911596e72a9fdbc566ee06b1d7dc8afb7c (patch) | |
tree | bcbb4b0e63776df0118df4748e0d58884bbff5d8 /src/gallium/drivers/softpipe | |
parent | 401a18a0c64bf8995c2c888b155a711b6187eba5 (diff) |
softpipe: Add missing header include.
Diffstat (limited to 'src/gallium/drivers/softpipe')
-rw-r--r-- | 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 8877b18af9..b5376e522d 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 |