diff options
Diffstat (limited to 'posix')
-rwxr-xr-x | posix/transbug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/transbug.c b/posix/transbug.c index 434674fd55..3ae4929593 100755 --- a/posix/transbug.c +++ b/posix/transbug.c @@ -5,6 +5,7 @@ #include <regex.h> #include <stdlib.h> #include <unistd.h> +#include <string.h> /* lowercase chars mapped to uppercase */ static const char casetable[] = { |