Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2014-01-06 23:30:50 +0400
committerJeff Johnston <jjohnstn@redhat.com>2014-01-06 23:30:50 +0400
commit60ea042c37696da075518deb145a6497bbed6b7b (patch)
tree764d39447b4732b5715386dae629ac8ce436ba36 /newlib/libc/ctype
parent20ac3f6c3bd00df014c8c9986c200fa9d31a884f (diff)
2013-01-06 Mike Frysinger <vapier@gentoo.org>
* libc/ctype/jp2uc.c: Include string.h.
Diffstat (limited to 'newlib/libc/ctype')
-rw-r--r--newlib/libc/ctype/jp2uc.c1
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"