summaryrefslogtreecommitdiffstats
path: root/src/interface
diff options
context:
space:
mode:
authorMichael Brown2007-01-18 21:06:03 +0100
committerMichael Brown2007-01-18 21:06:03 +0100
commit5ff23aa406276c0932e7be760c31971dd1274d3f (patch)
treea0b2c8e00311176208ec2ed0555579607084ac0c /src/interface
parentconsole.h is no longer needed for debugging (diff)
downloadipxe-5ff23aa406276c0932e7be760c31971dd1274d3f.tar.gz
ipxe-5ff23aa406276c0932e7be760c31971dd1274d3f.tar.xz
ipxe-5ff23aa406276c0932e7be760c31971dd1274d3f.zip
Include stdlib.h rather than malloc.h
Diffstat (limited to 'src/interface')
-rw-r--r--src/interface/pxe/pxe_preboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface/pxe/pxe_preboot.c b/src/interface/pxe/pxe_preboot.c
index 894ed4365..09fa5fef3 100644
--- a/src/interface/pxe/pxe_preboot.c
+++ b/src/interface/pxe/pxe_preboot.c
@@ -25,7 +25,7 @@
#include <stdint.h>
#include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <gpxe/uaccess.h>
#include <gpxe/dhcp.h>
#include "pxe.h"