diff options
Diffstat (limited to 'qemu/hw/timer/lm32_timer.c')
-rw-r--r-- | qemu/hw/timer/lm32_timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu/hw/timer/lm32_timer.c b/qemu/hw/timer/lm32_timer.c index d2ab1e74b..3198355aa 100644 --- a/qemu/hw/timer/lm32_timer.c +++ b/qemu/hw/timer/lm32_timer.c @@ -21,6 +21,7 @@ * http://www.latticesemi.com/documents/mico32timer.pdf */ +#include "qemu/osdep.h" #include "hw/hw.h" #include "hw/sysbus.h" #include "trace.h" |