Commit 2eaa614b authored by Michael S. Tsirkin's avatar Michael S. Tsirkin

tools/virtio: fix vringh test

Include missing virtio_config.h
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 2d7ce0e8
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment