diff options
Diffstat (limited to 'src/hw/timer.c')
-rw-r--r-- | src/hw/timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hw/timer.c b/src/hw/timer.c index b3683627..2547639d 100644 --- a/src/hw/timer.c +++ b/src/hw/timer.c @@ -9,6 +9,7 @@ #include "ioport.h" // PORT_PIT_MODE #include "config.h" // CONFIG_* #include "biosvar.h" // GET_LOW +#include "x86.h" // cpuid // Bits for PORT_PS2_CTRLB #define PPCB_T2GATE (1<<0) |