Mesa (master): util: Include missing header in u_draw.h.

Vinson Lee vlee at kemper.freedesktop.org
Sun Aug 29 04:47:22 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Aug 28 21:46:41 2010 -0700

util: Include missing header in u_draw.h.

Include p_state.h for complete type to pipe_draw_info.

---

 src/gallium/auxiliary/util/u_draw.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_draw.h b/src/gallium/auxiliary/util/u_draw.h
index 2a91ea0..f06d09e 100644
--- a/src/gallium/auxiliary/util/u_draw.h
+++ b/src/gallium/auxiliary/util/u_draw.h
@@ -31,6 +31,7 @@
 
 #include "pipe/p_compiler.h"
 #include "pipe/p_context.h"
+#include "pipe/p_state.h"
 
 
 static INLINE void




More information about the mesa-commit mailing list