diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2014-12-14 14:46:04 -0500 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2014-12-15 16:49:20 -0500 |
commit | 2eaa614baf1893d517e3229b2a4244c5cee005c9 (patch) | |
tree | 1207459027390619edab434e8fafd80a901d4423 /tools | |
parent | 2d7ce0e8a704d1aedc4462817a4eade1c3b00fbe (diff) |
tools/virtio: fix vringh test
Include missing virtio_config.h
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/virtio/vringh_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/virtio/vringh_test.c b/tools/virtio/vringh_test.c index 9d4b1bca54be..13e0a769623d 100644 --- a/tools/virtio/vringh_test.c +++ b/tools/virtio/vringh_test.c | |||
@@ -7,6 +7,7 @@ | |||
7 | #include <linux/virtio.h> | 7 | #include <linux/virtio.h> |
8 | #include <linux/vringh.h> | 8 | #include <linux/vringh.h> |
9 | #include <linux/virtio_ring.h> | 9 | #include <linux/virtio_ring.h> |
10 | #include <linux/virtio_config.h> | ||
10 | #include <linux/uaccess.h> | 11 | #include <linux/uaccess.h> |
11 | #include <sys/types.h> | 12 | #include <sys/types.h> |
12 | #include <sys/stat.h> | 13 | #include <sys/stat.h> |