david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Add missing prerequisite include

This commit is contained in:
Michael Brown 2007-01-19 00:39:12 +00:00
parent 4e3976711d
commit b02a564297
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#ifndef STDLIB_H
#define STDLIB_H
#include <stdint.h>
extern unsigned long strtoul ( const char *p, char **endp, int base );
extern void * realloc ( void *old_ptr, size_t new_size );
extern void * malloc ( size_t size );