summaryrefslogtreecommitdiff
path: root/src/hw/ps2port.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hw/ps2port.c')
-rw-r--r--src/hw/ps2port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hw/ps2port.c b/src/hw/ps2port.c
index 936d152..04995c8 100644
--- a/src/hw/ps2port.c
+++ b/src/hw/ps2port.c
@@ -6,13 +6,13 @@
// This file may be distributed under the terms of the GNU LGPLv3 license.
#include "biosvar.h" // GET_LOW
-#include "ioport.h" // inb
#include "output.h" // dprintf
#include "pic.h" // pic_eoi1
#include "ps2port.h" // ps2_kbd_command
#include "romfile.h" // romfile_loadint
#include "stacks.h" // yield
#include "util.h" // udelay
+#include "x86.h" // inb
/****************************************************************