summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichel Dänzer <michel@tungstengraphics.com>2008-02-28 09:07:38 +0000
committerMichel Dänzer <michel@tungstengraphics.com>2008-02-28 09:07:38 +0000
commit626b8d177b5fdacfac70c09216c02b1c833b91ea (patch)
treee227f29c48cf60d2d1d1aabc20bbc23003cde8d9 /src
parent10d83df3a9cb76a3db76ec9970d7108cf9255d77 (diff)
Make sure struct pipe_screen is declared.
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/softpipe/sp_winsys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/softpipe/sp_winsys.h b/src/gallium/drivers/softpipe/sp_winsys.h
index 80f5354808..fc372dba27 100644
--- a/src/gallium/drivers/softpipe/sp_winsys.h
+++ b/src/gallium/drivers/softpipe/sp_winsys.h
@@ -46,6 +46,7 @@ struct softpipe_winsys {
};
+struct pipe_screen;
struct pipe_winsys;
struct pipe_context;