diff options
author | michal <michal@michal-laptop.(none)> | 2007-08-29 22:30:20 +0100 |
---|---|---|
committer | michal <michal@michal-laptop.(none)> | 2007-08-29 22:35:28 +0100 |
commit | e62b9241d288da7d9bed28fb85ea17bbb617aa28 (patch) | |
tree | 1c8d83df4022d344c88ca350b04f85de20ea1ec6 /src/mesa/pipe | |
parent | a6e2b76fb570dea8f4a1384e4a9df36f6b81ca84 (diff) |
Add p_compiler.h.
Diffstat (limited to 'src/mesa/pipe')
-rw-r--r-- | src/mesa/pipe/tgsi/tgsi_platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/tgsi/tgsi_platform.h b/src/mesa/pipe/tgsi/tgsi_platform.h index 553f0b26a8..b98a1f21be 100644 --- a/src/mesa/pipe/tgsi/tgsi_platform.h +++ b/src/mesa/pipe/tgsi/tgsi_platform.h @@ -9,6 +9,7 @@ extern "C" { #include "mtypes.h" #include "prog_instruction.h" #include "program.h" +#include "pipe/p_compiler.h" #if defined __cplusplus } // extern "C" |