commit | 3d6012303c3ce24c75d209267e6914f706d025c5 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Thu Jun 24 17:08:53 2010 -0700 |
committer | Eric Anholt <eric@anholt.net> | Thu Jun 24 17:23:19 2010 -0700 |
tree | 424f42ea536b04f80e8dcaee14ba9f3dd709a437 | |
parent | f4869f33269c54779f8199b68e769024100421a3 [diff] [blame] |
glsl2: Wrap includes of C interfaces with extern "C".
diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index ba382fe..8547f74 100644 --- a/src/glsl/linker.cpp +++ b/src/glsl/linker.cpp
@@ -77,7 +77,9 @@ #include "ir.h" #include "ir_optimization.h" #include "program.h" +extern "C" { #include "hash_table.h" +} /** * Visitor that determines whether or not a variable is ever written.