qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] WIN32: Add missing include for 'struct timeval'


From: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH] WIN32: Add missing include for 'struct timeval', used in vnc.h
Date: Sun, 6 Mar 2011 16:22:03 +0200

Thanks, applied.

On Sun, Mar 6, 2011 at 3:23 PM, Herve Poussineau <address@hidden> wrote:
> From: Hervé Poussineau <address@hidden>
>
>
> Signed-off-by: Hervé Poussineau <address@hidden>
> ---
>  qemu-common.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/qemu-common.h b/qemu-common.h
> index 40dad52..18e648f 100644
> --- a/qemu-common.h
> +++ b/qemu-common.h
> @@ -33,6 +33,7 @@ typedef struct DeviceState DeviceState;
>  #include <unistd.h>
>  #include <fcntl.h>
>  #include <sys/stat.h>
> +#include <sys/time.h>
>  #include <assert.h>
>
>  #ifndef O_LARGEFILE
> --
> 1.6.0.2.GIT
>
>
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]