2013-01-06 Mike Frysinger <vapier@gentoo.org>

* libc/ctype/jp2uc.c: Include string.h.
This commit is contained in:
Jeff Johnston 2014-01-06 19:30:50 +00:00
parent 20ac3f6c3b
commit 60ea042c37
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -37,6 +37,7 @@
#ifndef __CYGWIN__
#include <_ansi.h>
#include <string.h>
#include <wctype.h>
#include "local.h"
#include "jp2uc.h"