diff options
author | Brian Paul <brianp@vmware.com> | 2009-07-27 15:08:44 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-07-27 15:08:44 -0600 |
commit | 7e2f26cbbf1142951ae0c0c1b732e8799f8cdbc1 (patch) | |
tree | 9de30e7946082959d359e23e3f82a434a0372862 /src/gallium/drivers | |
parent | d2f56fe687afb2c259338542971e432dd448671b (diff) |
softpipe: include sp_winsys.h to silence function prototype warning
Diffstat (limited to 'src/gallium/drivers')
-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. |