diff options
Diffstat (limited to 'hw/timer/sh_timer.c')
-rw-r--r-- | hw/timer/sh_timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/timer/sh_timer.c b/hw/timer/sh_timer.c index 07f0670b5d..255b2fc910 100644 --- a/hw/timer/sh_timer.c +++ b/hw/timer/sh_timer.c @@ -8,6 +8,7 @@ * This code is licensed under the GPL. */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/sh4/sh.h" #include "qemu/timer.h" |