commit | d8becc354bab3638568fc4b7ff508023a737fde5 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@web.de> | Sat Sep 12 15:00:28 2009 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Sep 12 15:00:28 2009 +0000 |
tree | beeb42d3ac67e66e6a2d0f62460a7b7fc913a78f | |
parent | 34005a0060c176b3025a9e7c5d064615a9f80325 [diff] [blame] |
Fix xen build after sys-queue renaming Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
diff --git a/hw/xen_common.h b/hw/xen_common.h index 7562567..8a55b44 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