Include stdlib.h rather than malloc.h

This commit is contained in:
Michael Brown
2007-01-18 20:06:03 +00:00
parent d12770e254
commit 5ff23aa406
6 changed files with 7 additions and 9 deletions

View File

@@ -25,7 +25,7 @@
#include <stdint.h>
#include <string.h>
#include <malloc.h>
#include <stdlib.h>
#include <gpxe/uaccess.h>
#include <gpxe/dhcp.h>
#include "pxe.h"