summaryrefslogtreecommitdiffstats
path: root/src/core/string.c
diff options
context:
space:
mode:
authorMichael Brown2007-01-26 04:25:19 +0100
committerMichael Brown2007-01-26 04:25:19 +0100
commitafe4e011ac5ab49cb7a24c9c0da262b50ed68130 (patch)
tree174ca0a0ad8e9e56b889ceedb691a4e4436a96b8 /src/core/string.c
parentAdd 64-bit rotates (diff)
downloadipxe-afe4e011ac5ab49cb7a24c9c0da262b50ed68130.tar.gz
ipxe-afe4e011ac5ab49cb7a24c9c0da262b50ed68130.tar.xz
ipxe-afe4e011ac5ab49cb7a24c9c0da262b50ed68130.zip
Move tolower() etc to ctype.h as per ISO C
Diffstat (limited to 'src/core/string.c')
-rw-r--r--src/core/string.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/string.c b/src/core/string.c
index da35e208..353abd6f 100644
--- a/src/core/string.c
+++ b/src/core/string.c
@@ -24,6 +24,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
+#include <ctype.h>
/* *** FROM string.c *** */