diff options
Diffstat (limited to 'target-sh4/cpu.c')
-rw-r--r-- | target-sh4/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-sh4/cpu.c b/target-sh4/cpu.c index d7e2fbd0ed..8621d70d4d 100644 --- a/target-sh4/cpu.c +++ b/target-sh4/cpu.c @@ -19,6 +19,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" |