diff options
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 |