Mesa (master): util: Include missing header in u_simple_shaders.c.

Vinson Lee vlee at kemper.freedesktop.org
Thu Aug 26 08:09:55 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Aug 26 01:08:30 2010 -0700

util: Include missing header in u_simple_shaders.c.

Include p_state.h for PIPE_MAX_COLOR_BUFS symbol.

---

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

diff --git a/src/gallium/auxiliary/util/u_simple_shaders.c b/src/gallium/auxiliary/util/u_simple_shaders.c
index 5b682f4..58ef683 100644
--- a/src/gallium/auxiliary/util/u_simple_shaders.c
+++ b/src/gallium/auxiliary/util/u_simple_shaders.c
@@ -37,6 +37,7 @@
 
 #include "pipe/p_context.h"
 #include "pipe/p_shader_tokens.h"
+#include "pipe/p_state.h"
 #include "util/u_simple_shaders.h"
 #include "util/u_debug.h"
 #include "tgsi/tgsi_ureg.h"




More information about the mesa-commit mailing list