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
parent20ac3f6c3bd00df014c8c9986c200fa9d31a884f (diff)
2013-01-06 Mike Frysinger <vapier@gentoo.org>
* libc/ctype/jp2uc.c: Include string.h.
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/libc/ctype/jp2uc.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index f3dcd3e87..80219ddfc 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-06 Mike Frysinger <vapier@gentoo.org>
+
+ * libc/ctype/jp2uc.c: Include string.h.
+
2013-12-23 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 2.1.0 info.
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"