summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-08-20 18:44:53 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-08-20 18:44:53 -0600
commit79b8f97457a9634df28ba0def4623dbe2b142f09 (patch)
treeaecb31b057fb6e45684755ce2b90c30eb732ea96
parentd054331c4788b0a5f13f4d7a9b497d274d267acb (diff)
include draw_context.h
-rw-r--r--src/mesa/pipe/softpipe/sp_state_fs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/softpipe/sp_state_fs.c b/src/mesa/pipe/softpipe/sp_state_fs.c
index 98d596d4c58..bab407f047b 100644
--- a/src/mesa/pipe/softpipe/sp_state_fs.c
+++ b/src/mesa/pipe/softpipe/sp_state_fs.c
@@ -28,6 +28,7 @@
#include "sp_context.h"
#include "sp_state.h"
+#include "pipe/draw/draw_context.h"
void softpipe_set_fs_state( struct pipe_context *pipe,