summaryrefslogtreecommitdiff
path: root/gpxe/src/core/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/core/debug.c')
-rw-r--r--gpxe/src/core/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpxe/src/core/debug.c b/gpxe/src/core/debug.c
index 09830420..3079cd4c 100644
--- a/gpxe/src/core/debug.c
+++ b/gpxe/src/core/debug.c
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdint.h>
#include <stdarg.h>
-#include <io.h>
+#include <gpxe/io.h>
#include <console.h>
void pause ( void ) {