summaryrefslogtreecommitdiff
path: root/gpxe/src/drivers/net/rtl8139.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/drivers/net/rtl8139.c')
-rw-r--r--gpxe/src/drivers/net/rtl8139.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpxe/src/drivers/net/rtl8139.c b/gpxe/src/drivers/net/rtl8139.c
index 509047a9..2dff324c 100644
--- a/gpxe/src/drivers/net/rtl8139.c
+++ b/gpxe/src/drivers/net/rtl8139.c
@@ -69,7 +69,8 @@
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
-#include <io.h>
+#include <string.h>
+#include <gpxe/io.h>
#include <errno.h>
#include <unistd.h>
#include <byteswap.h>