gallium: include draw_context.h to silence warning
authorBrian <brian.paul@tungstengraphics.com>
Fri, 15 Feb 2008 01:53:18 +0000 (18:53 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 15 Feb 2008 01:59:24 +0000 (18:59 -0700)
src/mesa/pipe/softpipe/sp_flush.c

index fd3078d870b843a5676cf33b9fc60c1081021bfa..ced0d5d098369bacd9ab3986ff5497c12882f9e3 100644 (file)
@@ -31,6 +31,7 @@
 
 
 #include "pipe/p_defines.h"
+#include "pipe/draw/draw_context.h"
 #include "sp_flush.h"
 #include "sp_context.h"
 #include "sp_surface.h"