summaryrefslogtreecommitdiff
path: root/src/glsl/glsl_types.cpp
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-06-24 17:08:53 -0700
committerEric Anholt <eric@anholt.net>2010-06-24 17:23:19 -0700
commit3d6012303c3ce24c75d209267e6914f706d025c5 (patch)
tree424f42ea536b04f80e8dcaee14ba9f3dd709a437 /src/glsl/glsl_types.cpp
parentf4869f33269c54779f8199b68e769024100421a3 (diff)
glsl2: Wrap includes of C interfaces with extern "C".
Diffstat (limited to 'src/glsl/glsl_types.cpp')
-rw-r--r--src/glsl/glsl_types.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glsl/glsl_types.cpp b/src/glsl/glsl_types.cpp
index bef267fa6b..9a53fbdbcb 100644
--- a/src/glsl/glsl_types.cpp
+++ b/src/glsl/glsl_types.cpp
@@ -27,8 +27,9 @@
#include "glsl_parser_extras.h"
#include "glsl_types.h"
#include "builtin_types.h"
+extern "C" {
#include "hash_table.h"
-
+}
hash_table *glsl_type::array_types = NULL;