Mesa (mesa_7_5_branch): softpipe: include sp_winsys. h to silence function prototype warning

Brian Paul brianp at kemper.freedesktop.org
Mon Jul 27 21:10:52 UTC 2009


Module: Mesa
Branch: mesa_7_5_branch
Commit: 7e2f26cbbf1142951ae0c0c1b732e8799f8cdbc1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e2f26cbbf1142951ae0c0c1b732e8799f8cdbc1

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jul 27 15:08:44 2009 -0600

softpipe: include sp_winsys.h to silence function prototype warning

---

 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