diff options
Diffstat (limited to 'hw/m68k/mcf5206.c')
-rw-r--r-- | hw/m68k/mcf5206.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/m68k/mcf5206.c b/hw/m68k/mcf5206.c index 1727a4685c..7fd3275b05 100644 --- a/hw/m68k/mcf5206.c +++ b/hw/m68k/mcf5206.c @@ -5,6 +5,7 @@ * * This code is licensed under the GPL */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/m68k/mcf.h" #include "qemu/timer.h" |