Mesa (master): softpipe: sp_winsys.h should define/include what it needs.

Corbin Simpson csimpson at kemper.freedesktop.org
Mon Dec 7 07:57:14 UTC 2009


Module: Mesa
Branch: master
Commit: d8d8b0d244d9abfd16f99de7f2f30c635033f66f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8d8b0d244d9abfd16f99de7f2f30c635033f66f

Author: Corbin Simpson <MostAwesomeDude at gmail.com>
Date:   Sun Dec  6 23:49:02 2009 -0800

softpipe: sp_winsys.h should define/include what it needs.

---

 src/gallium/drivers/softpipe/sp_winsys.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/softpipe/sp_winsys.h b/src/gallium/drivers/softpipe/sp_winsys.h
index 9e57186..f203ded 100644
--- a/src/gallium/drivers/softpipe/sp_winsys.h
+++ b/src/gallium/drivers/softpipe/sp_winsys.h
@@ -34,15 +34,17 @@
 #ifndef SP_WINSYS_H
 #define SP_WINSYS_H
 
-
 #ifdef __cplusplus
 extern "C" {
 #endif
 
+#include "pipe/p_defines.h"
 
 struct pipe_screen;
 struct pipe_winsys;
 struct pipe_context;
+struct pipe_texture;
+struct pipe_buffer;
 
 
 struct pipe_context *softpipe_create( struct pipe_screen * );




More information about the mesa-commit mailing list