softpipe: Include missing header in sp_flush.c.
authorVinson Lee <vlee@vmware.com>
Sat, 28 Aug 2010 21:21:28 +0000 (14:21 -0700)
committerVinson Lee <vlee@vmware.com>
Sat, 28 Aug 2010 21:21:28 +0000 (14:21 -0700)
Include p_screen.h for complete type to pipe_screen.

src/gallium/drivers/softpipe/sp_flush.c

index 4a53ef048f38673f6973ed9b161a2d5827a98e5f..1071011db0ef1bff225eea5977a33f33cecef545 100644 (file)
@@ -31,6 +31,7 @@
 
 
 #include "pipe/p_defines.h"
+#include "pipe/p_screen.h"
 #include "draw/draw_context.h"
 #include "sp_flush.h"
 #include "sp_context.h"