diff options
author | Jakob Bornecrantz <[email protected]> | 2008-06-24 13:00:42 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2008-06-24 14:33:07 +0200 |
commit | e8af160b247a4cf60c82a3d0c63ec952aef22d96 (patch) | |
tree | b4c8ee2a642dc36ac6bf1401ad8066cd1c95b172 /src | |
parent | 72edcd171190f1d358abeb485582c87c104f5add (diff) |
gallium: Fix warning in u_blit.h
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/auxiliary/util/u_blit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_blit.h b/src/gallium/auxiliary/util/u_blit.h index 7d0406c1047..308075698fb 100644 --- a/src/gallium/auxiliary/util/u_blit.h +++ b/src/gallium/auxiliary/util/u_blit.h @@ -37,6 +37,7 @@ extern "C" { struct pipe_context; struct pipe_surface; +struct pipe_texture; struct cso_context; |