From: Brian Paul Date: Mon, 27 Jul 2009 21:08:44 +0000 (-0600) Subject: softpipe: include sp_winsys.h to silence function prototype warning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e2f26cbbf1142951ae0c0c1b732e8799f8cdbc1;p=mesa.git softpipe: include sp_winsys.h to silence function prototype warning --- diff --git a/src/gallium/drivers/softpipe/sp_texture.c b/src/gallium/drivers/softpipe/sp_texture.c index 9e19745889e..7a533dad9f0 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.