diff options
Diffstat (limited to 'kvm.h')
| -rw-r--r-- | kvm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvm.h b/kvm.h index 72d866a966..131d2bdc15 100644 --- a/kvm.h +++ b/kvm.h @@ -16,7 +16,7 @@ #include <errno.h> #include "config-host.h" -#include "qemu-queue.h" +#include "qemu/queue.h" #ifdef CONFIG_KVM #include <linux/kvm.h> |