tools/virtio: fix vringh test
Include missing virtio_config.h Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
2d7ce0e8a7
commit
2eaa614baf
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue