From 377798de1c8fb542ddae0ce54615258268d11259 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 2 Jun 2008 17:16:00 +0100 Subject: [PATCH] Sort out includes for xen_blktap.c --- hw/xen_blktap.c | 3 +-- hw/xen_blktap.h | 1 + xen-config-host.h | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hw/xen_blktap.c b/hw/xen_blktap.c index 5420da248..d307d6e2e 100644 --- a/hw/xen_blktap.c +++ b/hw/xen_blktap.c @@ -32,10 +32,9 @@ #include #include -#include "vl.h" -#include "blktaplib.h" #include "xen_blktap.h" #include "block_int.h" +#include "qemu-char.h" #define MSG_SIZE 4096 diff --git a/hw/xen_blktap.h b/hw/xen_blktap.h index 0fb4bb3f6..81f735f05 100644 --- a/hw/xen_blktap.h +++ b/hw/xen_blktap.h @@ -12,6 +12,7 @@ #include #include +#include "hw.h" #include "block_int.h" /* Things disks need to know about, these should probably be in a higher-level diff --git a/xen-config-host.h b/xen-config-host.h index 9fe828923..b7a7c9bad 100644 --- a/xen-config-host.h +++ b/xen-config-host.h @@ -6,6 +6,7 @@ extern int domid; #define bool xen_bool #include "xenctrl.h" #include "xs.h" +#include "blktaplib.h" #undef bool extern int xc_handle; -- 2.39.5