summaryrefslogtreecommitdiffstats
path: root/src/net
diff options
context:
space:
mode:
authorMichael Brown2007-01-18 21:11:04 +0100
committerMichael Brown2007-01-18 21:11:04 +0100
commit6d4e37cf42a16c1e0b2393efe4902a2030907dbe (patch)
treeaa880f0549e7a70ff913183099ba17db056aad47 /src/net
parentInclude stdlib.h rather than malloc.h (diff)
downloadipxe-6d4e37cf42a16c1e0b2393efe4902a2030907dbe.tar.gz
ipxe-6d4e37cf42a16c1e0b2393efe4902a2030907dbe.tar.xz
ipxe-6d4e37cf42a16c1e0b2393efe4902a2030907dbe.zip
Move include/malloc.h to include/gpxe/malloc.h, since everything in there
is now gPXE-specific. (The standard malloc() et al have been in stdlib.h for a while). Add free memory counter.
Diffstat (limited to 'src/net')
-rw-r--r--src/net/pkbuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/pkbuff.c b/src/net/pkbuff.c
index ac3088301..63bc95f0f 100644
--- a/src/net/pkbuff.c
+++ b/src/net/pkbuff.c
@@ -17,7 +17,7 @@
*/
#include <stdint.h>
-#include <malloc.h>
+#include <gpxe/malloc.h>
#include <gpxe/pkbuff.h>
/** @file