Include stdlib.h rather than malloc.h

This commit is contained in:
Michael Brown
2007-01-18 20:06:03 +00:00
parent d12770e254
commit 5ff23aa406
6 changed files with 7 additions and 9 deletions

View File

@@ -66,11 +66,12 @@
*/
#include <stdint.h>
#include <stdlib.h>
#include <io.h>
#include <errno.h>
#include <vsprintf.h>
#include <timer.h>
#include <malloc.h>
#include <byteswap.h>
#include <gpxe/pci.h>
#include <gpxe/if_ether.h>