projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecae1fc
)
glsl: Include missing headers in slang_builtin.c.
author
Vinson Lee
<vlee@vmware.com>
Mon, 16 Aug 2010 04:10:16 +0000
(21:10 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Mon, 16 Aug 2010 04:10:16 +0000
(21:10 -0700)
Include slang_typeinfo.h for slang_type_specifier symbol.
Include slang_compiler_struct.h for slang_struct_ symbol.
src/mesa/slang/slang_builtin.c
patch
|
blob
|
history
diff --git
a/src/mesa/slang/slang_builtin.c
b/src/mesa/slang/slang_builtin.c
index a7e0efcb7b5d375c3b15268a48cef12749078759..179571fab42f6666ecdf6642fe84d0efeb5a8181 100644
(file)
--- a/
src/mesa/slang/slang_builtin.c
+++ b/
src/mesa/slang/slang_builtin.c
@@
-35,8
+35,10
@@
#include "program/prog_instruction.h"
#include "program/prog_parameter.h"
#include "program/prog_statevars.h"
-#include "slang/slang_ir.h"
#include "slang/slang_builtin.h"
+#include "slang/slang_compile_struct.h"
+#include "slang/slang_ir.h"
+#include "slang/slang_typeinfo.h"
/** special state token (see below) */