aboutsummaryrefslogtreecommitdiff
path: root/hw/dataplane/vring.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/dataplane/vring.c')
-rw-r--r--hw/dataplane/vring.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/dataplane/vring.c b/hw/dataplane/vring.c
index d5d4ef45d1..eff5ad8831 100644
--- a/hw/dataplane/vring.c
+++ b/hw/dataplane/vring.c
@@ -16,6 +16,7 @@
#include "trace.h"
#include "hw/dataplane/vring.h"
+#include "qemu/error-report.h"
/* Map the guest's vring to host memory */
bool vring_setup(Vring *vring, VirtIODevice *vdev, int n)