projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57421cb
)
tgsi: Include missing header in tgsi_parse.h.
author
Vinson Lee
<vlee@vmware.com>
Fri, 27 Aug 2010 07:34:32 +0000
(
00:34
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Fri, 27 Aug 2010 07:34:32 +0000
(
00:34
-0700)
Include p_compiler.h for boolean and INLINE symbols.
src/gallium/auxiliary/tgsi/tgsi_parse.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_parse.h
b/src/gallium/auxiliary/tgsi/tgsi_parse.h
index bb2bb0d3d3f8c726001129bf26e99c2ad27a14bf..d4df5851764e91664e02747ad1c6635ab934767a 100644
(file)
--- 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