qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] virtio-9p: fix compilation error.


From: fred . konrad
Subject: [Qemu-devel] [PATCH] virtio-9p: fix compilation error.
Date: Mon, 14 Jan 2013 22:52:02 +0100

From: KONRAD Frederic <address@hidden>

Fix the compilation error introduced by msg new field.

CC    hw/9pfs/virtio-9p.o
In file included from 
/home/konradf/Documents/safe/greensocs/virtio-project/x86-qemu/qemu/hw/9pfs/virtio-9p.c:17:0:
/home/konradf/Documents/safe/greensocs/virtio-project/x86-qemu/qemu/hw/virtio-pci.h:30:16:
 erreur: field ‘msg’ has incomplete type
make: *** [hw/9pfs/virtio-9p.o] Erreur 1

Signed-off-by: KONRAD Frederic <address@hidden>
---
 hw/virtio-pci.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/virtio-pci.h b/hw/virtio-pci.h
index 9ff3139..917b465 100644
--- a/hw/virtio-pci.h
+++ b/hw/virtio-pci.h
@@ -15,6 +15,7 @@
 #ifndef QEMU_VIRTIO_PCI_H
 #define QEMU_VIRTIO_PCI_H
 
+#include "hw/pci/msi.h"
 #include "virtio-blk.h"
 #include "virtio-net.h"
 #include "virtio-rng.h"
-- 
1.7.11.7




reply via email to

[Prev in Thread] Current Thread [Next in Thread]