diff options
Diffstat (limited to 'hw/dma/puv3_dma.c')
-rw-r--r-- | hw/dma/puv3_dma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/dma/puv3_dma.c b/hw/dma/puv3_dma.c index 101bd7f8af..b97a6c1767 100644 --- a/hw/dma/puv3_dma.c +++ b/hw/dma/puv3_dma.c @@ -8,6 +8,7 @@ * published by the Free Software Foundation, or any later version. * See the COPYING file in the top-level directory. */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/sysbus.h" |