Mesa (master): softpipe: include sp_winsys.h to silence warning ( unprototyped function)

Brian Paul brianp at kemper.freedesktop.org
Thu May 28 01:30:34 UTC 2009


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

Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 27 19:30:07 2009 -0600

softpipe: include sp_winsys.h to silence warning (unprototyped function)

---

 src/gallium/drivers/softpipe/sp_texture.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/softpipe/sp_texture.c b/src/gallium/drivers/softpipe/sp_texture.c
index 9e19745..7a533da 100644
--- a/src/gallium/drivers/softpipe/sp_texture.c
+++ b/src/gallium/drivers/softpipe/sp_texture.c
@@ -42,6 +42,7 @@
 #include "sp_texture.h"
 #include "sp_tile_cache.h"
 #include "sp_screen.h"
+#include "sp_winsys.h"
 
 
 /* Simple, maximally packed layout.




More information about the mesa-commit mailing list