Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

tools/virtio: fix vringh test



Include missing virtio_config.h

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 2d7ce0e8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>