diff options
author | Keith Whitwell <keithw@vmware.com> | 2010-03-14 22:39:25 +0000 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2010-03-14 22:39:25 +0000 |
commit | 2f5435220501d4b3050cab2bb1dce6174cd13ff6 (patch) | |
tree | 5c902e539119d37f08d194aec745afb23e1f3845 /src/gallium | |
parent | 42642ec0984107d82b740711f2debbf38457a06e (diff) |
gallivm: build fix
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_sample.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_sample.h b/src/gallium/auxiliary/gallivm/lp_bld_sample.h index 9c8122d31a..d35fdbb78d 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_sample.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_sample.h @@ -38,7 +38,7 @@ #include "os/os_llvm.h" -struct pipe_texture; +struct pipe_resource; struct pipe_sampler_state; struct util_format_description; struct lp_type; |