diff options
Diffstat (limited to 'src/device/oprom')
-rw-r--r-- | src/device/oprom/yabel/biosemu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/oprom/yabel/biosemu.c b/src/device/oprom/yabel/biosemu.c index 1c94d92230..d0586c2783 100644 --- a/src/device/oprom/yabel/biosemu.c +++ b/src/device/oprom/yabel/biosemu.c @@ -53,6 +53,7 @@ #include "compat/rtas.h" #if CONFIG(X86EMU_DEBUG_TIMINGS) +#include <timer.h> struct mono_time zero; #endif |