From: Blue Swirl <blauwirbel@gmail.com>
To: Herve Poussineau <hpoussin@reactos.org>
Cc: qemu-devel@nongnu.org
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 [thread overview]
Message-ID: <AANLkTikW4xqBGJ4EDRoiG3rOTDmqDwiLQCxwGHCkRXwS@mail.gmail.com> (raw)
In-Reply-To: <1299417793-1720-1-git-send-email-hpoussin@reactos.org>
Thanks, applied.
On Sun, Mar 6, 2011 at 3:23 PM, Herve Poussineau <hpoussin@reactos.org> wrote:
> From: Hervé Poussineau <hpoussin@reactos.org>
>
>
> Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
> ---
> 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
>
>
>
next prev parent reply other threads:[~2011-03-06 14:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-06 13:23 [Qemu-devel] [PATCH] WIN32: Add missing include for 'struct timeval', used in vnc.h Herve Poussineau
2011-03-06 14:22 ` Blue Swirl [this message]
2011-03-06 14:24 ` Roy Tam
2011-03-06 19:24 ` Stefan Weil
2011-03-06 20:25 ` Blue Swirl
2011-03-06 21:18 ` Stefan Weil
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=AANLkTikW4xqBGJ4EDRoiG3rOTDmqDwiLQCxwGHCkRXwS@mail.gmail.com \
--to=blauwirbel@gmail.com \
--cc=hpoussin@reactos.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).