diff options
| author | Michael Brown | 2007-01-18 21:06:03 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-18 21:06:03 +0100 |
| commit | 5ff23aa406276c0932e7be760c31971dd1274d3f (patch) | |
| tree | a0b2c8e00311176208ec2ed0555579607084ac0c /src/interface | |
| parent | console.h is no longer needed for debugging (diff) | |
| download | ipxe-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.c | 2 |
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" |
