summary refs log tree commit diff stats
path: root/hw/kvm/i8259.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/kvm/i8259.c')
-rw-r--r--hw/kvm/i8259.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/kvm/i8259.c b/hw/kvm/i8259.c
index 5ae8b6819b..ea77be8638 100644
--- a/hw/kvm/i8259.c
+++ b/hw/kvm/i8259.c
@@ -9,8 +9,8 @@
  * This work is licensed under the terms of the GNU GPL version 2.
  * See the COPYING file in the top-level directory.
  */
-#include "hw/i8259_internal.h"
-#include "hw/apic_internal.h"
+#include "hw/isa/i8259_internal.h"
+#include "hw/i386/apic_internal.h"
 #include "sysemu/kvm.h"
 
 static void kvm_pic_get(PICCommonState *s)