mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 06:22:01 +03:00
Use stdlib.h for malloc() instead of malloc.h.
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <byteswap.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <malloc.h>
|
||||
#include <gpxe/if_ether.h>
|
||||
#include <gpxe/pkbuff.h>
|
||||
#include <gpxe/tables.h>
|
||||
|
||||
Reference in New Issue
Block a user