softpipe: Include missing header.
authorMichal Krol <michal@tungstengraphics.com>
Tue, 12 Aug 2008 09:30:50 +0000 (11:30 +0200)
committerMichal Krol <michal@tungstengraphics.com>
Tue, 12 Aug 2008 09:30:50 +0000 (11:30 +0200)
src/gallium/drivers/softpipe/sp_setup.c

index 14aacd73c2325cb37a951f93a51d89190a4d2800..b7f2f16307e85618ec76aafcc955d67fbe7142f0 100644 (file)
@@ -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"