mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 23:15:10 +03:00
Include stdlib.h rather than malloc.h
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user