Use stdlib.h for malloc() instead of malloc.h.

This commit is contained in:
Michael Brown
2006-12-19 23:42:46 +00:00
parent b613086bfe
commit a646e38f03
5 changed files with 4 additions and 5 deletions

View File

@@ -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>