Il 09/04/2013 10:22, Hans de Goede ha scritto: > Signed-off-by: Hans de Goede <hdego...@redhat.com> > Cc: Paolo Bonzini <pbonz...@redhat.com> > --- > 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" > >