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

Vinson Lee vlee at kemper.freedesktop.org
Fri Aug 27 07:31:48 UTC 2010


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

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

tgsi: Include missing header in tgsi_info.h.

Include p_compiler.h for uint symbol.

---

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

diff --git a/src/gallium/auxiliary/tgsi/tgsi_info.h b/src/gallium/auxiliary/tgsi/tgsi_info.h
index 5024888..1992d11 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_info.h
+++ b/src/gallium/auxiliary/tgsi/tgsi_info.h
@@ -28,6 +28,7 @@
 #ifndef TGSI_INFO_H
 #define TGSI_INFO_H
 
+#include "pipe/p_compiler.h"
 #include "pipe/p_shader_tokens.h"
 
 #if defined __cplusplus




More information about the mesa-commit mailing list