diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-08-20 18:44:53 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-08-20 18:44:53 -0600 |
commit | 79b8f97457a9634df28ba0def4623dbe2b142f09 (patch) | |
tree | aecb31b057fb6e45684755ce2b90c30eb732ea96 /src | |
parent | d054331c4788b0a5f13f4d7a9b497d274d267acb (diff) |
include draw_context.h
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_state_fs.c | 1 |
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 98d596d4c5..bab407f047 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, |