]> xenbits.xensource.com Git - xenclient/ioemu.git/commitdiff
adding few missing header includes
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 16 Sep 2008 15:41:47 +0000 (16:41 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 16 Sep 2008 15:41:47 +0000 (16:41 +0100)
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>
block-vbd.c
i386-dm/helper2.c

index 9c74952d10d66258351f2f85a051421246b7487f..9e64c62d265db59f98f5b8ee2fd21a36379605f4 100644 (file)
@@ -29,6 +29,7 @@
 #include <xenbus.h>
 #include <blkfront.h>
 #include <malloc.h>
+#include "qemu-char.h"
 
 #define SECTOR_SIZE 512
 
index 5b34e51a045d4c1212cc77a4794045d05e985167..7f636dd4a45588412c3adff997be780ab1d62bc2 100644 (file)
@@ -43,6 +43,7 @@
 #include <inttypes.h>
 #include <signal.h>
 #include <assert.h>
+#include <sys/select.h>
 
 #include <limits.h>
 #include <fcntl.h>