From: Vinson Lee Date: Fri, 27 Aug 2010 07:34:32 +0000 (-0700) Subject: tgsi: Include missing header in tgsi_parse.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec21ed1ce7963551d824b8b1f4c4ffa8d6cb3363;p=mesa.git tgsi: Include missing header in tgsi_parse.h. Include p_compiler.h for boolean and INLINE symbols. --- diff --git a/src/gallium/auxiliary/tgsi/tgsi_parse.h b/src/gallium/auxiliary/tgsi/tgsi_parse.h index bb2bb0d3d3f..d4df5851764 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_parse.h +++ b/src/gallium/auxiliary/tgsi/tgsi_parse.h @@ -28,6 +28,7 @@ #ifndef TGSI_PARSE_H #define TGSI_PARSE_H +#include "pipe/p_compiler.h" #include "pipe/p_shader_tokens.h" #if defined __cplusplus