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