Module: Mesa Branch: master Commit: cf1e4b15a4d21342320fed0fdb19ba6211e4628b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf1e4b15a4d21342320fed0fdb19ba6211e4628b
Author: Vinson Lee <[email protected]> Date: Sat Aug 28 14:14:33 2010 -0700 llvmpipe: Include missing header in lp_flush.c. Include p_screen.h for complete type to pipe_screen. --- src/gallium/drivers/llvmpipe/lp_flush.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gallium/drivers/llvmpipe/lp_flush.c b/src/gallium/drivers/llvmpipe/lp_flush.c index 040fe0b..e2c723b 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
