Module: Mesa Branch: mesa_7_5_branch Commit: 7e2f26cbbf1142951ae0c0c1b732e8799f8cdbc1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e2f26cbbf1142951ae0c0c1b732e8799f8cdbc1
Author: Brian Paul <[email protected]> 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. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
