diff options
author | Michal Krol <[email protected]> | 2009-12-20 21:11:16 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-12-20 21:19:07 +0100 |
commit | d801c296c602d04055b02b3be2f1369bfe1092b7 (patch) | |
tree | 64bf10e1d5452e49f0f7dfaabfdece196209b2b1 /src/glsl/pp/sl_pp_line.c | |
parent | 5fb345c4221679b8b2d468eb216f9ab1bd4c8ebf (diff) |
glsl: Do syntax parsing inline with processing.
Diffstat (limited to 'src/glsl/pp/sl_pp_line.c')
-rw-r--r-- | src/glsl/pp/sl_pp_line.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/pp/sl_pp_line.c b/src/glsl/pp/sl_pp_line.c index 87987fc2baf..6f7e9eb562c 100644 --- a/src/glsl/pp/sl_pp_line.c +++ b/src/glsl/pp/sl_pp_line.c @@ -27,6 +27,7 @@ #include <stdlib.h> #include <string.h> +#include "sl_pp_context.h" #include "sl_pp_public.h" #include "sl_pp_process.h" |