diff options
Diffstat (limited to 'hw/dma/pl330.c')
-rw-r--r-- | hw/dma/pl330.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/dma/pl330.c b/hw/dma/pl330.c index 5be3df521d..37ea7e41ff 100644 --- a/hw/dma/pl330.c +++ b/hw/dma/pl330.c @@ -14,6 +14,7 @@ * with this program; if not, see <http://www.gnu.org/licenses/>. */ +#include "qemu/osdep.h" #include "hw/sysbus.h" #include "qemu/timer.h" #include "sysemu/dma.h" |