On Sun, Apr 03, 2011 at 08:55:35AM +0200, Stefan Weil wrote:
> arpa/inet.h is not available for w32, so commit
> edbb21363fbfe40e050f583df921484cbc31c79d breaks
> w32 compilations.
> 
> This is fixed by using qemu_socket.h.
> 
> Cc: Alon Levy <al...@redhat.com>
> Signed-off-by: Stefan Weil <w...@mail.berlios.de>
> ---
>  hw/ccid-card-passthru.c |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)

Thanks, applied.

> 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 <arpa/inet.h>
> -
>  #include "qemu-char.h"
> +#include "qemu_socket.h"
>  #include "monitor.h"
>  #include "hw/ccid.h"
>  #include "libcacard/vscard_common.h"
> -- 
> 1.7.0.4
> 
> 
> 

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurel...@aurel32.net                 http://www.aurel32.net

Reply via email to