Mesa (master): llvmpipe: Include missing header in lp_flush.c.

Vinson Lee vlee at kemper.freedesktop.org
Sat Aug 28 21:15:18 UTC 2010


Module: Mesa
Branch: master
Commit: cf1e4b15a4d21342320fed0fdb19ba6211e4628b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf1e4b15a4d21342320fed0fdb19ba6211e4628b

Author: Vinson Lee <vlee at vmware.com>
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"




More information about the mesa-commit mailing list