All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: [PATCH] qemu-remote: adding few missing header includes
Date: Tue, 16 Sep 2008 16:14:53 +0100	[thread overview]
Message-ID: <48CFCD6D.9070402@eu.citrix.com> (raw)

Adding two missing header includes that cause some warning when
compiling qemu-remote with stubdomains.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

diff --git a/block-vbd.c b/block-vbd.c
index 9c74952..9e64c62 100644
--- a/block-vbd.c
+++ b/block-vbd.c
@@ -29,6 +29,7 @@
 #include <xenbus.h>
 #include <blkfront.h>
 #include <malloc.h>
+#include "qemu-char.h"
 
 #define SECTOR_SIZE 512
 
diff --git a/i386-dm/helper2.c b/i386-dm/helper2.c
index 5b34e51..7f636dd 100644
--- a/i386-dm/helper2.c
+++ b/i386-dm/helper2.c
@@ -43,6 +43,7 @@
 #include <inttypes.h>
 #include <signal.h>
 #include <assert.h>
+#include <sys/select.h>
 
 #include <limits.h>
 #include <fcntl.h>

                 reply	other threads:[~2008-09-16 15:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=48CFCD6D.9070402@eu.citrix.com \
    --to=stefano.stabellini@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.