aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/ipv6.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2007-01-18 20:06:03 +0000
committerMichael Brown <mcb30@etherboot.org>2007-01-18 20:06:03 +0000
commit5ff23aa406276c0932e7be760c31971dd1274d3f (patch)
treea0b2c8e00311176208ec2ed0555579607084ac0c /src/net/ipv6.c
parentd12770e254551737659cbbb777beccde7d2363a9 (diff)
downloadipxe-5ff23aa406276c0932e7be760c31971dd1274d3f.tar.gz
Include stdlib.h rather than malloc.h
Diffstat (limited to 'src/net/ipv6.c')
-rw-r--r--src/net/ipv6.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/ipv6.c b/src/net/ipv6.c
index e38e314a..26c43dd0 100644
--- a/src/net/ipv6.c
+++ b/src/net/ipv6.c
@@ -2,7 +2,6 @@
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
-#include <malloc.h>
#include <vsprintf.h>
#include <byteswap.h>
#include <gpxe/in.h>