From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPU37-0006ZJ-3U for qemu-devel@nongnu.org; Tue, 09 Apr 2013 04:37:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPU35-0005IF-VE for qemu-devel@nongnu.org; Tue, 09 Apr 2013 04:37:05 -0400 Received: from mail-qe0-f51.google.com ([209.85.128.51]:34730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPU35-0005I9-RN for qemu-devel@nongnu.org; Tue, 09 Apr 2013 04:37:03 -0400 Received: by mail-qe0-f51.google.com with SMTP id 1so1808630qec.24 for ; Tue, 09 Apr 2013 01:37:03 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5163D31F.5060901@redhat.com> Date: Tue, 09 Apr 2013 10:36:47 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1365495755-10902-1-git-send-email-hdegoede@redhat.com> In-Reply-To: <1365495755-10902-1-git-send-email-hdegoede@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [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: Hans de Goede , qemu-devel Il 09/04/2013 10:22, Hans de Goede ha scritto: > Signed-off-by: Hans de Goede > Cc: Paolo Bonzini > --- > hw/9pfs/virtio-9p-device.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Ouch, /me installs libcap-ng-devel. Thanks. Paolo > 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" > >