diff options
Diffstat (limited to 'newlib/libc')
-rw-r--r-- | newlib/libc/ctype/jp2uc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/ctype/jp2uc.c b/newlib/libc/ctype/jp2uc.c index 0b0085f15..40d777add 100644 --- a/newlib/libc/ctype/jp2uc.c +++ b/newlib/libc/ctype/jp2uc.c @@ -37,6 +37,7 @@ #ifndef __CYGWIN__ #include <_ansi.h> +#include <string.h> #include <wctype.h> #include "local.h" #include "jp2uc.h" |