On Sun, Feb 23, 2014 at 9:02 PM, Stefan Weil <s...@weilnetz.de> wrote:
> Most *.o files depend on that file, but many of them don't need windows.h
> or winsock2.h. sysemu/os-win32.h only needs some definitions from
> winerror.h.
>
> After that change, all files which depend on windows.h or winsock2.h and
> which no longer get it indirectly have to be fixed. Use qemu/sockets.h
> to get winsock2.h. Add comments to all those new include statements.
>
> The modification in ui/vnc-enc-tight.c is needed temporarily and will be
> removed again in the following patch.
>
> Cc: Anthony Liguori <aligu...@amazon.com>
> Cc: Max Filippov <jcmvb...@gmail.com>
> Signed-off-by: Stefan Weil <s...@weilnetz.de>
> ---
>  coroutine-win32.c           |    1 +
>  include/net/eth.h           |    2 +-
>  include/sysemu/os-win32.h   |    3 +--
>  target-xtensa/xtensa-semi.c |    1 +
>  ui/vnc-enc-tight.c          |    1 +
>  5 files changed, 5 insertions(+), 3 deletions(-)

For xtensa part: Acked-by: Max Filippov <jcmvb...@gmail.com>

--
Thanks.
-- Max

Reply via email to