diff options
Diffstat (limited to 'stubs/get-vm-name.c')
-rw-r--r-- | stubs/get-vm-name.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stubs/get-vm-name.c b/stubs/get-vm-name.c index fa990136b0..0906303f73 100644 --- a/stubs/get-vm-name.c +++ b/stubs/get-vm-name.c @@ -1,5 +1,5 @@ #include "qemu/osdep.h" -#include "qemu-common.h" +#include "sysemu/sysemu.h" const char *qemu_get_vm_name(void) { |