diff options
Diffstat (limited to 'hw/dataplane/hostmem.c')
-rw-r--r-- | hw/dataplane/hostmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dataplane/hostmem.c b/hw/dataplane/hostmem.c index 380537e06d..37292ffd00 100644 --- a/hw/dataplane/hostmem.c +++ b/hw/dataplane/hostmem.c @@ -12,7 +12,7 @@ */ #include "exec/address-spaces.h" -#include "hostmem.h" +#include "hw/virtio/dataplane/hostmem.h" static int hostmem_lookup_cmp(const void *phys_, const void *region_) { |