gallium: Fix warning in u_blit.h
authorJakob Bornecrantz <jakob@tungstengraphics.com>
Tue, 24 Jun 2008 11:00:42 +0000 (13:00 +0200)
committerJakob Bornecrantz <jakob@tungstengraphics.com>
Tue, 24 Jun 2008 12:33:07 +0000 (14:33 +0200)
src/gallium/auxiliary/util/u_blit.h

index 7d0406c..3080756 100644 (file)
@@ -37,6 +37,7 @@ extern "C" {
    
 struct pipe_context;
 struct pipe_surface;
+struct pipe_texture;
 struct cso_context;