commit | 2eaa614baf1893d517e3229b2a4244c5cee005c9 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Sun Dec 14 21:46:04 2014 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Mon Dec 15 23:49:20 2014 +0200 |
tree | 1207459027390619edab434e8fafd80a901d4423 | |
parent | 2d7ce0e8a704d1aedc4462817a4eade1c3b00fbe [diff] |
tools/virtio: fix vringh test Include missing virtio_config.h Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
diff --git a/tools/virtio/vringh_test.c b/tools/virtio/vringh_test.c index 9d4b1bc..13e0a76 100644 --- a/tools/virtio/vringh_test.c +++ b/tools/virtio/vringh_test.c
@@ -7,6 +7,7 @@ #include <linux/virtio.h> #include <linux/vringh.h> #include <linux/virtio_ring.h> +#include <linux/virtio_config.h> #include <linux/uaccess.h> #include <sys/types.h> #include <sys/stat.h>