diff options
Diffstat (limited to 'hw/dataplane/vring.c')
-rw-r--r-- | hw/dataplane/vring.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/dataplane/vring.c b/hw/dataplane/vring.c index d5d4ef45d1..e3b225315f 100644 --- a/hw/dataplane/vring.c +++ b/hw/dataplane/vring.c @@ -15,7 +15,8 @@ */ #include "trace.h" -#include "hw/dataplane/vring.h" +#include "vring.h" +#include "qemu/error-report.h" /* Map the guest's vring to host memory */ bool vring_setup(Vring *vring, VirtIODevice *vdev, int n) |