Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools/virtio: fix vringh test

Include missing virtio_config.h

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

+1
+1
tools/virtio/vringh_test.c
··· 7 7 #include <linux/virtio.h> 8 8 #include <linux/vringh.h> 9 9 #include <linux/virtio_ring.h> 10 + #include <linux/virtio_config.h> 10 11 #include <linux/uaccess.h> 11 12 #include <sys/types.h> 12 13 #include <sys/stat.h>