Skip to content

Commit

Permalink
tools/virtio: fix vringh test
Browse files Browse the repository at this point in the history
Include missing virtio_config.h

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
  • Loading branch information
mstsirkin committed Dec 15, 2014
1 parent 2d7ce0e commit 2eaa614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/virtio/vringh_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2eaa614

Please sign in to comment.