summaryrefslogtreecommitdiff
path: root/hw/9pfs
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2013-04-09 10:22:35 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2013-04-09 07:47:00 -0500
commit93b48c201eb6c0404d15550a0eaa3c0f7937e35e (patch)
tree70a4e1cc1ed15fea02fac822dce0728c7feee31e /hw/9pfs
parent47b5264eb3e1cd2825e48d28fd0d1b239ed53974 (diff)
downloadqemu-93b48c201eb6c0404d15550a0eaa3c0f7937e35e.tar.gz
virtio-9p: Fix virtio-9p no longer building after hw-dirs branch merge
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Message-id: 1365495755-10902-1-git-send-email-hdegoede@redhat.com Cc: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/9pfs')
-rw-r--r--hw/9pfs/virtio-9p-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/9pfs/virtio-9p-device.c b/hw/9pfs/virtio-9p-device.c
index 43f930e920..b476b810c5 100644
--- a/hw/9pfs/virtio-9p-device.c
+++ b/hw/9pfs/virtio-9p-device.c
@@ -12,11 +12,11 @@
*/
#include "hw/virtio/virtio.h"
+#include "hw/virtio/virtio-9p.h"
#include "hw/i386/pc.h"
#include "qemu/sockets.h"
#include "virtio-9p.h"
#include "fsdev/qemu-fsdev.h"
-#include "virtio-9p-device.h"
#include "virtio-9p-xattr.h"
#include "virtio-9p-coth.h"