From: Vinson Lee Date: Sat, 28 Aug 2010 21:14:33 +0000 (-0700) Subject: llvmpipe: Include missing header in lp_flush.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cf1e4b15a4d21342320fed0fdb19ba6211e4628b;p=mesa.git llvmpipe: Include missing header in lp_flush.c. Include p_screen.h for complete type to pipe_screen. --- diff --git a/src/gallium/drivers/llvmpipe/lp_flush.c b/src/gallium/drivers/llvmpipe/lp_flush.c index 040fe0ba9a6..e2c723b7a87 100644 --- a/src/gallium/drivers/llvmpipe/lp_flush.c +++ b/src/gallium/drivers/llvmpipe/lp_flush.c @@ -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"