diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/misc/wordexp/wordexp.c | 1 | ||||
-rw-r--r-- | 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 700ea2c23..f9701314d 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 c049dc98d..66486ae9e 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> |