summaryrefslogtreecommitdiff
path: root/src/apm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/apm.c')
-rw-r--r--src/apm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apm.c b/src/apm.c
index 7f400fb..fd71a01 100644
--- a/src/apm.c
+++ b/src/apm.c
@@ -10,10 +10,10 @@
#include "bregs.h" // struct bregs
#include "config.h" // CONFIG_*
#include "fw/paravirt.h" // runningOnQEMU
-#include "ioport.h" // outb
#include "output.h" // dprintf
#include "stacks.h" // yield_toirq
#include "util.h" // apm_shutdown
+#include "x86.h" // outb
static void
out_str(const char *str_cs)