From 6d65516f774c62a1abde3e52b689ac743b9ccc71 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sun, 3 Apr 2011 08:55:35 +0200 Subject: [PATCH] w32: Fix compilation (wrong include file) arpa/inet.h is not available for w32, so commit edbb21363fbfe40e050f583df921484cbc31c79d breaks w32 compilations. This is fixed by using qemu_socket.h. Signed-off-by: Stefan Weil Reviewed-by: Alon Levy Signed-off-by: Aurelien Jarno --- hw/ccid-card-passthru.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/ccid-card-passthru.c b/hw/ccid-card-passthru.c index 8506fed..28eb9d1 100644 --- a/hw/ccid-card-passthru.c +++ b/hw/ccid-card-passthru.c @@ -8,9 +8,8 @@ * See the COPYING file in the top-level directory. */ -#include - #include "qemu-char.h" +#include "qemu_socket.h" #include "monitor.h" #include "hw/ccid.h" #include "libcacard/vscard_common.h" -- 2.7.4