mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 04:20:17 +03:00
Use stdlib.h for malloc() instead of malloc.h.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <console.h>
|
||||
#include <gpxe/editstring.h>
|
||||
#include <readline/readline.h>
|
||||
|
||||
Reference in New Issue
Block a user