summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Krol <michal@tungstengraphics.com>2008-12-11 13:55:55 +0100
committerMichal Krol <michal@tungstengraphics.com>2008-12-11 13:55:55 +0100
commit5c845b911596e72a9fdbc566ee06b1d7dc8afb7c (patch)
treebcbb4b0e63776df0118df4748e0d58884bbff5d8
parent401a18a0c64bf8995c2c888b155a711b6187eba5 (diff)
softpipe: Add missing header include.
-rw-r--r--src/gallium/drivers/softpipe/sp_state_surface.c2
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