From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Stabellini Subject: [PATCH] qemu-remote: adding few missing header includes Date: Tue, 16 Sep 2008 16:14:53 +0100 Message-ID: <48CFCD6D.9070402@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org Adding two missing header includes that cause some warning when compiling qemu-remote with stubdomains. Signed-off-by: Stefano Stabellini 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 #include #include +#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 #include #include +#include #include #include