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

src/gallium/drivers/llvmpipe/lp_flush.c

index 040fe0ba9a67837e3e18a0e222d5d5545e5951de..e2c723b7a873ad64936b66c95ad42ef271777d61 100644 (file)
@@ -31,6 +31,7 @@
 
 
 #include "pipe/p_defines.h"
+#include "pipe/p_screen.h"
 #include "util/u_string.h"
 #include "draw/draw_context.h"
 #include "lp_flush.h"