From: Jan Kiszka Date: Sat, 12 Sep 2009 15:00:28 +0000 (+0000) Subject: Fix xen build after sys-queue renaming X-Git-Tag: v0.12.0-rc0~1116 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8becc354bab3638568fc4b7ff508023a737fde5;p=thirdparty%2Fqemu.git Fix xen build after sys-queue renaming Signed-off-by: Jan Kiszka Signed-off-by: Blue Swirl --- diff --git a/hw/xen_common.h b/hw/xen_common.h index 7562567b5af..8a55b44f0bd 100644 --- a/hw/xen_common.h +++ b/hw/xen_common.h @@ -10,7 +10,7 @@ #include "hw.h" #include "xen.h" -#include "sys-queue.h" /* BSD list implementation */ +#include "qemu-queue.h" /* * tweaks needed to build with different xen versions