diff options
Diffstat (limited to 'hw/omap_clk.c')
-rw-r--r-- | hw/omap_clk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/omap_clk.c b/hw/omap_clk.c index 6bcabef..10c9c43 100644 --- a/hw/omap_clk.c +++ b/hw/omap_clk.c @@ -20,6 +20,7 @@ */ #include "hw.h" #include "omap.h" +#include "qemu-timer.h" /* for muldiv64() */ struct clk { const char *name; |