diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2015-02-16 22:35:40 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2015-02-26 13:04:03 +0100 |
commit | 4fbe0f322d5413482efbf9c0d2329fdc32bea6d1 (patch) | |
tree | d4891b2cb93a67d82574285db18abc9c4092292a /hw | |
parent | 9fbe302b2a4c349c1a8fa93a3f79f08e7007d80c (diff) |
virtio: use standard virtio_ring.h
Switch to virtio_ring.h from standard headers.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/net/vhost_net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/net/vhost_net.c b/hw/net/vhost_net.c index 4e3a061622..2ea1ef1dd0 100644 --- a/hw/net/vhost_net.c +++ b/hw/net/vhost_net.c @@ -35,7 +35,7 @@ #include <stdio.h> -#include "hw/virtio/virtio_ring.h" +#include "standard-headers/linux/virtio_ring.h" #include "hw/virtio/vhost.h" #include "hw/virtio/virtio-bus.h" |