summaryrefslogtreecommitdiff
path: root/test/dm/virtio.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dm/virtio.c')
-rw-r--r--test/dm/virtio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/dm/virtio.c b/test/dm/virtio.c
index 4a0c0b23b8..6361cd5333 100644
--- a/test/dm/virtio.c
+++ b/test/dm/virtio.c
@@ -9,9 +9,10 @@
#include <virtio.h>
#include <virtio_ring.h>
#include <dm/device-internal.h>
-#include <dm/uclass-internal.h>
#include <dm/root.h>
#include <dm/test.h>
+#include <dm/uclass-internal.h>
+#include <test/test.h>
#include <test/ut.h>
/* Basic test of the virtio uclass */