diff options
author | Jan Kiszka <jan.kiszka@web.de> | 2009-09-12 15:00:28 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-09-12 15:00:28 +0000 |
commit | d8becc354bab3638568fc4b7ff508023a737fde5 (patch) | |
tree | beeb42d3ac67e66e6a2d0f62460a7b7fc913a78f /hw/xen_common.h | |
parent | 34005a0060c176b3025a9e7c5d064615a9f80325 (diff) |
Fix xen build after sys-queue renaming
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/xen_common.h')
-rw-r--r-- | hw/xen_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xen_common.h b/hw/xen_common.h index 7562567b5a..8a55b44f0b 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 |