diff options
author | Dave Airlie <airlied@redhat.com> | 2009-12-21 09:10:21 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-12-21 09:10:21 +1000 |
commit | 55c43ee3158e5e83dcf51a7d6eaa35d4314c0833 (patch) | |
tree | 85bf2f5bb5b1af9ab4d46363336c555c2e1627b3 /src/glsl/pp | |
parent | b065aec840b4c07eb1db156c1100ef4004634549 (diff) |
glsl: make stack compile.
it would be nice if this stuff would be test built on mesa's primary
platform with mesa's primary build system.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/glsl/pp')
-rw-r--r-- | src/glsl/pp/sl_pp_macro.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/pp/sl_pp_macro.h b/src/glsl/pp/sl_pp_macro.h index 2967baf337..1d21068109 100644 --- a/src/glsl/pp/sl_pp_macro.h +++ b/src/glsl/pp/sl_pp_macro.h @@ -33,6 +33,7 @@ struct sl_pp_context; struct sl_pp_process_state; +struct sl_pp_token_buffer; struct sl_pp_macro_formal_arg { int name; |