Stefano Stabellini
2008-Sep-16 15:14 UTC
[Xen-devel] [PATCH] qemu-remote: adding few missing header includes
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> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel