diff options
author | Brian Paul <brianp@vmware.com> | 2009-05-27 19:30:07 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-05-27 19:30:07 -0600 |
commit | 31deacb8d38e2090dc4ba3ee4f6587792860e8c9 (patch) | |
tree | 543e59c9939feb44ce42b2928e297b0d3f7e6fa5 /src | |
parent | 5d75124db480b37977c353511b4e228905b7cc95 (diff) |
softpipe: include sp_winsys.h to silence warning (unprototyped function)
Diffstat (limited to 'src')
-rw-r--r-- | 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 9e19745889..7a533dad9f 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. |