All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qemu-remote: adding few missing header includes
@ 2008-09-16 15:14 Stefano Stabellini
  0 siblings, 0 replies; only message in thread
From: Stefano Stabellini @ 2008-09-16 15:14 UTC (permalink / raw)
  To: xen-devel

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>

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-16 15:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-16 15:14 [PATCH] qemu-remote: adding few missing header includes Stefano Stabellini

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.