提交 6d65516f 编写于 作者: S Stefan Weil 提交者: Aurelien Jarno

w32: Fix compilation (wrong include file)

arpa/inet.h is not available for w32, so commit
edbb2136 breaks
w32 compilations.

This is fixed by using qemu_socket.h.
Signed-off-by: NStefan Weil <weil@mail.berlios.de>
Reviewed-by: NAlon Levy <alevy@redhat.com>
Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
上级 0ce235a7
......@@ -8,9 +8,8 @@
* See the COPYING file in the top-level directory.
*/
#include <arpa/inet.h>
#include "qemu-char.h"
#include "qemu_socket.h"
#include "monitor.h"
#include "hw/ccid.h"
#include "libcacard/vscard_common.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册