diff options
Diffstat (limited to 'hw/dma')
-rw-r--r-- | hw/dma/etraxfs_dma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/dma/etraxfs_dma.c b/hw/dma/etraxfs_dma.c index 4285443c81..36da22fa90 100644 --- a/hw/dma/etraxfs_dma.c +++ b/hw/dma/etraxfs_dma.c @@ -25,6 +25,7 @@ #include "qemu/osdep.h" #include "hw/hw.h" #include "hw/irq.h" +#include "qemu/main-loop.h" #include "exec/address-spaces.h" #include "sysemu/sysemu.h" |