diff options
| author | Michael Brown | 2012-04-17 11:15:29 +0200 |
|---|---|---|
| committer | Michael Brown | 2012-04-17 11:42:08 +0200 |
| commit | 1d33649516f2046e9fe692d42fffeeec96a2b858 (patch) | |
| tree | f48462239a4cd88f506b8613cb0c05d885735fcf /src/arch | |
| parent | [multiboot] Include full image URI in command line (diff) | |
| download | ipxe-1d33649516f2046e9fe692d42fffeeec96a2b858.tar.gz ipxe-1d33649516f2046e9fe692d42fffeeec96a2b858.tar.xz ipxe-1d33649516f2046e9fe692d42fffeeec96a2b858.zip | |
[libc] Allow strtoul() to interpret negative numbers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch')
| -rw-r--r-- | src/arch/i386/core/runtime.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/i386/core/runtime.c b/src/arch/i386/core/runtime.c index efa501e6e..fcfec060f 100644 --- a/src/arch/i386/core/runtime.c +++ b/src/arch/i386/core/runtime.c @@ -27,6 +27,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include <stddef.h> #include <stdint.h> #include <stdlib.h> +#include <ctype.h> #include <errno.h> #include <assert.h> #include <ipxe/init.h> |
