]> git.proxmox.com Git - qemu.git/commit
qga/channel-posix.c: Explicitly include string.h
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 7 Jan 2013 17:29:55 +0000 (17:29 +0000)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 11 Jan 2013 08:33:41 +0000 (09:33 +0100)
commit1d57db193f2eb619ccc9a60e76120379b757d9f2
tree2a6613ccff94771873445ab0487d5dbd9d3f97cc
parent75f13596452692fb7375ee558e9fb37cd649e603
qga/channel-posix.c: Explicitly include string.h

Explicitly include string.h to avoid warnings under MacOS X/clang
about implicit declarations of strerror() and strlen().

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
qga/channel-posix.c