diff options
Diffstat (limited to 'libc/misc')
-rw-r--r-- | libc/misc/wordexp/wordexp.c | 1 |
1 files changed, 1 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> |