From d8becc354bab3638568fc4b7ff508023a737fde5 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Sat, 12 Sep 2009 15:00:28 +0000 Subject: [PATCH] Fix xen build after sys-queue renaming Signed-off-by: Jan Kiszka Signed-off-by: Blue Swirl --- hw/xen_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xen_common.h b/hw/xen_common.h index 7562567b5..8a55b44f0 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 -- 2.39.2