From 6d4e37cf42a16c1e0b2393efe4902a2030907dbe Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 18 Jan 2007 20:11:04 +0000 Subject: 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. --- src/net/pkbuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net') 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 -#include +#include #include /** @file -- cgit v1.2.3-55-g7522