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 2547639d..56c4eca6 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 "stacks.h" // yield #include "x86.h" // cpuid // Bits for PORT_PS2_CTRLB |