summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-03-14 22:39:25 +0000
committerKeith Whitwell <keithw@vmware.com>2010-03-14 22:39:25 +0000
commit2f5435220501d4b3050cab2bb1dce6174cd13ff6 (patch)
tree5c902e539119d37f08d194aec745afb23e1f3845 /src/gallium
parent42642ec0984107d82b740711f2debbf38457a06e (diff)
gallivm: build fix
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_sample.h2
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;