glsl2: Wrap includes of C interfaces with extern "C".

This commit is contained in:
Eric Anholt
2010-06-24 17:08:53 -07:00
parent f4869f3326
commit 3d6012303c
7 changed files with 14 additions and 1 deletions

View File

@@ -36,7 +36,9 @@
#include <inttypes.h>
#include "ir.h"
#include "ir_hierarchical_visitor.h"
extern "C" {
#include "hash_table.h"
}
static unsigned int hash_func(const void *key)
{