Mesa (master): tgsi: Include missing header in tgsi_parse.h.

Vinson Lee vlee at kemper.freedesktop.org
Fri Aug 27 07:34:59 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Aug 27 00:34:32 2010 -0700

tgsi: Include missing header in tgsi_parse.h.

Include p_compiler.h for boolean and INLINE symbols.

---

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

diff --git a/src/gallium/auxiliary/tgsi/tgsi_parse.h b/src/gallium/auxiliary/tgsi/tgsi_parse.h
index bb2bb0d..d4df585 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




More information about the mesa-commit mailing list