2013-01-06 Mike Frysinger <vapier@gentoo.org>
* libc/ctype/jp2uc.c: Include string.h.
This commit is contained in:
parent
20ac3f6c3b
commit
60ea042c37
|
@ -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>
|
2013-12-23 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* NEWS: Update with 2.1.0 info.
|
* NEWS: Update with 2.1.0 info.
|
||||||
|
|
|
@ -37,6 +37,7 @@
|
||||||
#ifndef __CYGWIN__
|
#ifndef __CYGWIN__
|
||||||
|
|
||||||
#include <_ansi.h>
|
#include <_ansi.h>
|
||||||
|
#include <string.h>
|
||||||
#include <wctype.h>
|
#include <wctype.h>
|
||||||
#include "local.h"
|
#include "local.h"
|
||||||
#include "jp2uc.h"
|
#include "jp2uc.h"
|
||||||
|
|
Loading…
Reference in New Issue