glsl2: Wrap includes of C interfaces with extern "C".
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user