summaryrefslogtreecommitdiffstats
path: root/src/core/malloc.c
diff options
context:
space:
mode:
authorMichael Brown2008-10-12 01:52:30 +0200
committerMichael Brown2008-10-12 02:06:27 +0200
commitee2df1d6d6a83dbe0972835d4f9adfb46a121ef5 (patch)
treee13f3cade309302922cf0e95411b1ce1c70fa837 /src/core/malloc.c
parent[ioapi] Formalise the I/O API as used in i386-pcbios (diff)
downloadipxe-ee2df1d6d6a83dbe0972835d4f9adfb46a121ef5.tar.gz
ipxe-ee2df1d6d6a83dbe0972835d4f9adfb46a121ef5.tar.xz
ipxe-ee2df1d6d6a83dbe0972835d4f9adfb46a121ef5.zip
[ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>
Diffstat (limited to 'src/core/malloc.c')
-rw-r--r--src/core/malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/malloc.c b/src/core/malloc.c
index 2d892f42..db7f1bed 100644
--- a/src/core/malloc.c
+++ b/src/core/malloc.c
@@ -20,7 +20,7 @@
#include <stdint.h>
#include <string.h>
#include <strings.h>
-#include <io.h>
+#include <gpxe/io.h>
#include <gpxe/list.h>
#include <gpxe/init.h>
#include <gpxe/malloc.h>