From: Vinson Lee Date: Thu, 26 Aug 2010 08:08:30 +0000 (-0700) Subject: util: Include missing header in u_simple_shaders.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=57ce0de8cbdf09d7322e3930c25c0ba5e82ff2a9;p=mesa.git util: Include missing header in u_simple_shaders.c. Include p_state.h for PIPE_MAX_COLOR_BUFS symbol. --- diff --git a/src/gallium/auxiliary/util/u_simple_shaders.c b/src/gallium/auxiliary/util/u_simple_shaders.c index 5b682f496cb..58ef68377fc 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"