projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe19935
)
glsl: Include missing headers in slang_vartable.h.
author
Vinson Lee
<vlee@vmware.com>
Sun, 15 Aug 2010 01:53:22 +0000
(18:53 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 15 Aug 2010 01:53:22 +0000
(18:53 -0700)
Include glheader.h for GL symbols.
Include slang_utility.h for slang_atom symbol.
src/mesa/slang/slang_vartable.h
patch
|
blob
|
history
diff --git
a/src/mesa/slang/slang_vartable.h
b/src/mesa/slang/slang_vartable.h
index 94bcd63f45aa5ba67a7de92e9cfc16fe05ab3d79..97945b89d03a0e4ac9f8f99e6f18dcd2c2ed1e74 100644
(file)
--- a/
src/mesa/slang/slang_vartable.h
+++ b/
src/mesa/slang/slang_vartable.h
@@
-2,6
+2,9
@@
#ifndef SLANG_VARTABLE_H
#define SLANG_VARTABLE_H
+#include "main/glheader.h"
+#include "slang_utility.h"
+
struct slang_ir_storage_;
typedef struct slang_var_table_ slang_var_table;