[git commit] wordexp.c, sysconf.c: include ctype.h for isspace

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jun 15 12:00:20 UTC 2012


commit: http://git.uclibc.org/uClibc/commit/?id=f774d42e1428c831184220560b6c0241bdc75f8b
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libc/misc/wordexp/wordexp.c |    1 +
 libc/unistd/sysconf.c       |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libc/misc/wordexp/wordexp.c b/libc/misc/wordexp/wordexp.c
index 700ea2c..f970131 100644
--- a/libc/misc/wordexp/wordexp.c
+++ b/libc/misc/wordexp/wordexp.c
@@ -21,6 +21,7 @@
 
 #include <features.h>
 #include <bits/kernel-features.h>
+#include <ctype.h>
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <fcntl.h>
diff --git a/libc/unistd/sysconf.c b/libc/unistd/sysconf.c
index c049dc9..66486ae 100644
--- a/libc/unistd/sysconf.c
+++ b/libc/unistd/sysconf.c
@@ -19,6 +19,7 @@
 
 #define _XOPEN_SOURCE  500
 #include <features.h>
+#include <ctype.h>
 #include <errno.h>
 #include <limits.h>
 #include <grp.h>


More information about the uClibc-cvs mailing list