diff options
author | Michal Krol <michal@tungstengraphics.com> | 2008-08-12 11:30:50 +0200 |
---|---|---|
committer | Michal Krol <michal@tungstengraphics.com> | 2008-08-12 11:30:50 +0200 |
commit | 66ef96f6dc4cd898edb862e45965795fac46caed (patch) | |
tree | 28d574e3c379be842af9e7c27cebeeb39dfaad61 /src | |
parent | 40436b31a68735bb7ffb97b411492cada22a54a2 (diff) |
softpipe: Include missing header.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/softpipe/sp_setup.c b/src/gallium/drivers/softpipe/sp_setup.c index 14aacd73c2..b7f2f16307 100644 --- a/src/gallium/drivers/softpipe/sp_setup.c +++ b/src/gallium/drivers/softpipe/sp_setup.c @@ -39,6 +39,7 @@ #include "sp_quad.h" #include "sp_state.h" #include "sp_prim_setup.h" +#include "draw/draw_context.h" #include "draw/draw_private.h" #include "draw/draw_vertex.h" #include "pipe/p_util.h" |