diff options
Diffstat (limited to 'hw/dataplane/vring.c')
-rw-r--r-- | hw/dataplane/vring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dataplane/vring.c b/hw/dataplane/vring.c index eff5ad883..e3b225315 100644 --- a/hw/dataplane/vring.c +++ b/hw/dataplane/vring.c @@ -15,7 +15,7 @@ */ #include "trace.h" -#include "hw/dataplane/vring.h" +#include "vring.h" #include "qemu/error-report.h" /* Map the guest's vring to host memory */ |