mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 12:00:19 +03:00
Use stdlib.h for malloc() instead of malloc.h.
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <malloc.h>
|
||||
#include <gpxe/tables.h>
|
||||
#include <gpxe/device.h>
|
||||
#include <gpxe/pci.h>
|
||||
|
||||
Reference in New Issue
Block a user