aboutsummaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2014-01-06 19:30:50 +0000
committerJeff Johnston <jjohnstn@redhat.com>2014-01-06 19:30:50 +0000
commit60ea042c37696da075518deb145a6497bbed6b7b (patch)
tree764d39447b4732b5715386dae629ac8ce436ba36 /newlib
parent20ac3f6c3bd00df014c8c9986c200fa9d31a884f (diff)
downloadnewlib-60ea042c37696da075518deb145a6497bbed6b7b.zip
newlib-60ea042c37696da075518deb145a6497bbed6b7b.tar.gz
newlib-60ea042c37696da075518deb145a6497bbed6b7b.tar.bz2
2013-01-06 Mike Frysinger <vapier@gentoo.org>
* libc/ctype/jp2uc.c: Include string.h.
Diffstat (limited to 'newlib')
-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 f3dcd3e..80219dd 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 0b0085f..40d777a 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"