diff options
author | Eric Anholt <eric@anholt.net> | 2010-05-03 10:16:20 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-06-24 15:05:19 -0700 |
commit | aaee40e107cf07a12c8e373d8bb910254f4ba30b (patch) | |
tree | 7f82397ad77771c7058857dbf870647ab22f1643 /ir_to_mesa.h | |
parent | b5039eff3f361f281e0da65fb413180357e2a762 (diff) |
ir_to_mesa: Print out the resulting program.
Diffstat (limited to 'ir_to_mesa.h')
-rw-r--r-- | ir_to_mesa.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ir_to_mesa.h b/ir_to_mesa.h index 6154c1ca58..cdf4f2c621 100644 --- a/ir_to_mesa.h +++ b/ir_to_mesa.h @@ -22,7 +22,9 @@ */ #include "ir.h" +extern "C" { #include "shader/prog_instruction.h" +}; /** * \file ir_to_mesa.h |