From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPTle-0005kN-Ot for qemu-devel@nongnu.org; Tue, 09 Apr 2013 04:19:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPTld-0007FX-38 for qemu-devel@nongnu.org; Tue, 09 Apr 2013 04:19:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57895) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPTlc-0007FK-SP for qemu-devel@nongnu.org; Tue, 09 Apr 2013 04:19:01 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r398J0vu004286 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 9 Apr 2013 04:19:00 -0400 From: Hans de Goede Date: Tue, 9 Apr 2013 10:22:35 +0200 Message-Id: <1365495755-10902-1-git-send-email-hdegoede@redhat.com> Subject: [Qemu-devel] [PATCH] virtio-9p: Fix virtio-9p no longer building after hw-dirs branch merge List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Hans de Goede , qemu-devel@nongnu.org, Paolo Bonzini Signed-off-by: Hans de Goede Cc: Paolo Bonzini --- hw/9pfs/virtio-9p-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/9pfs/virtio-9p-device.c b/hw/9pfs/virtio-9p-device.c index 43f930e..b476b81 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" -- 1.8.2