projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de33671
)
glsl: Include missing header in slang_compile.c.
author
Vinson Lee
<vlee@vmware.com>
Sat, 14 Aug 2010 08:38:04 +0000
(
01:38
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 14 Aug 2010 08:38:04 +0000
(
01:38
-0700)
Include sl_pp_purify.h for sl_pp_purify_options symbol.
src/mesa/slang/slang_compile.c
patch
|
blob
|
history
diff --git
a/src/mesa/slang/slang_compile.c
b/src/mesa/slang/slang_compile.c
index 12ab4666aed8ad5f894cd0324a6db03143010dc2..de1bb56cd9a2726071c3854d1838fb1b33f70335 100644
(file)
--- a/
src/mesa/slang/slang_compile.c
+++ b/
src/mesa/slang/slang_compile.c
@@
-36,6
+36,7
@@
#include "program/prog_print.h"
#include "program/prog_parameter.h"
#include "../../glsl/pp/sl_pp_public.h"
+#include "../../glsl/pp/sl_pp_purify.h"
#include "../../glsl/cl/sl_cl_parse.h"
#include "slang_codegen.h"
#include "slang_compile.h"