| Submitter | Jan Kiszka |
|---|---|
| Date | Sept. 12, 2009, 2:48 p.m. |
| Message ID | <4AABB4C5.3050703@web.de> |
| Download | mbox | patch |
| Permalink | /patch/33529/ |
| State | Superseded |
| Headers | show |
Comments
Patch
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
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> --- hw/xen_common.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)