projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d7ce0e
)
tools/virtio: fix vringh test
author
Michael S. Tsirkin
<mst@redhat.com>
Sun, 14 Dec 2014 19:46:04 +0000
(21:46 +0200)
committer
Michael S. Tsirkin
<mst@redhat.com>
Mon, 15 Dec 2014 21:49:20 +0000
(23:49 +0200)
Include missing virtio_config.h
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tools/virtio/vringh_test.c
patch
|
blob
|
history
diff --git
a/tools/virtio/vringh_test.c
b/tools/virtio/vringh_test.c
index 9d4b1bca54be581d5c33f716ea9a2830c15d5866..13e0a769623d6988e55579dcef3eaa62c98117b9 100644
(file)
--- a/
tools/virtio/vringh_test.c
+++ b/
tools/virtio/vringh_test.c
@@
-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>