summary refs log tree commit diff stats
path: root/hw/usb/libhw.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/usb/libhw.c')
-rw-r--r--hw/usb/libhw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb/libhw.c b/hw/usb/libhw.c
index f350eae443..4f03ef4ba9 100644
--- a/hw/usb/libhw.c
+++ b/hw/usb/libhw.c
@@ -21,7 +21,7 @@
  */
 #include "qemu/osdep.h"
 #include "hw/usb.h"
-#include "sysemu/dma.h"
+#include "system/dma.h"
 
 int usb_packet_map(USBPacket *p, QEMUSGList *sgl)
 {