diff options
Diffstat (limited to 'qemu/hw/dma/pl080.c')
-rw-r--r-- | qemu/hw/dma/pl080.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu/hw/dma/pl080.c b/qemu/hw/dma/pl080.c index b89b4744f..9318108b8 100644 --- a/qemu/hw/dma/pl080.c +++ b/qemu/hw/dma/pl080.c @@ -7,6 +7,7 @@ * This code is licensed under the GPL. */ +#include "qemu/osdep.h" #include "hw/sysbus.h" #include "exec/address-spaces.h" |