diff options
author | Michal Krol <[email protected]> | 2009-11-21 20:41:48 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-11-21 20:41:48 +0100 |
commit | abe1f332983e5c70d75b5ae83f06c0dfdd081a26 (patch) | |
tree | 93fb1dec081fdffe0c80b041a21b1a01a0730ead /src/glsl/pp/sl_pp_dict.c | |
parent | b89cd8afc510541a18f2f5c04884637626e104e1 (diff) |
glsl/pp: Do purification and tokenisation in a single step.
Diffstat (limited to 'src/glsl/pp/sl_pp_dict.c')
-rw-r--r-- | src/glsl/pp/sl_pp_dict.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/pp/sl_pp_dict.c b/src/glsl/pp/sl_pp_dict.c index 82fb9127b50..2dd77a69e90 100644 --- a/src/glsl/pp/sl_pp_dict.c +++ b/src/glsl/pp/sl_pp_dict.c @@ -25,6 +25,7 @@ * **************************************************************************/ +#include "sl_pp_public.h" #include "sl_pp_context.h" #include "sl_pp_dict.h" |