summaryrefslogtreecommitdiffstats
path: root/src/include/stdlib.h
diff options
context:
space:
mode:
authorMichael Brown2007-01-19 01:39:12 +0100
committerMichael Brown2007-01-19 01:39:12 +0100
commitb02a564297afbc48f7eb1c9d0482b9a3c3ac0b25 (patch)
tree43a5345c9fd79534ad73268809e02be6f3ce1dcd /src/include/stdlib.h
parentA working name resolution framework (diff)
downloadipxe-b02a564297afbc48f7eb1c9d0482b9a3c3ac0b25.tar.gz
ipxe-b02a564297afbc48f7eb1c9d0482b9a3c3ac0b25.tar.xz
ipxe-b02a564297afbc48f7eb1c9d0482b9a3c3ac0b25.zip
Add missing prerequisite include
Diffstat (limited to 'src/include/stdlib.h')
-rw-r--r--src/include/stdlib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/stdlib.h b/src/include/stdlib.h
index 39ad831f..26b68351 100644
--- a/src/include/stdlib.h
+++ b/src/include/stdlib.h
@@ -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 );