gallium/radeon: fix missing winsys include in pipe-loader.
authorKnut Andre Tidemann <Knut.Andre.Tidemann@jotron.com>
Fri, 11 Apr 2014 06:59:11 +0000 (08:59 +0200)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 11 Apr 2014 23:22:17 +0000 (19:22 -0400)
commit5ac3435a47c616286c5a5ee16148f829493c2127
tree48692394566e70b0c3c18db37d05aa7bce7c0e4f
parent68bba1801eb49f749ea91e36905d3b99245fa03c
gallium/radeon: fix missing winsys include in pipe-loader.

The commit 3b0b44f7def0acb4f7a7aef086c0bece321418a6 introduced a build
error:

error: dereferencing pointer to incomplete type

This patch fixes this issue in all the affected files.

Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
src/gallium/targets/egl-static/egl_pipe.c
src/gallium/targets/pipe-loader/pipe_r300.c
src/gallium/targets/pipe-loader/pipe_r600.c
src/gallium/targets/pipe-loader/pipe_radeonsi.c