diff options
Diffstat (limited to 'target-m68k/cpu.c')
-rw-r--r-- | target-m68k/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-m68k/cpu.c b/target-m68k/cpu.c index e8a4eed1f9..6de74bf28e 100644 --- a/target-m68k/cpu.c +++ b/target-m68k/cpu.c @@ -18,6 +18,7 @@ * <http://www.gnu.org/licenses/lgpl-2.1.html> */ +#include "qemu/osdep.h" #include "cpu.h" #include "qemu-common.h" #include "migration/vmstate.h" |