mirror of git://sourceware.org/git/glibc.git
* iconv/gconv_int.h: Include <ctype.h> and <string.h>.
This commit is contained in:
parent
cd1fe19886
commit
6111babead
|
@ -1,3 +1,7 @@
|
||||||
|
2005-04-05 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
|
* iconv/gconv_int.h: Include <ctype.h> and <string.h>.
|
||||||
|
|
||||||
2005-04-05 H.J. Lu <hongjiu.lu@intel.com>
|
2005-04-05 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* sysdeps/ia64/fpu/e_acosh.S: Update from Intel libm 2005-04-05
|
* sysdeps/ia64/fpu/e_acosh.S: Update from Intel libm 2005-04-05
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 1997-2002, 2003, 2004 Free Software Foundation, Inc.
|
/* Copyright (C) 1997-2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
|
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
|
||||||
|
|
||||||
|
@ -22,6 +22,8 @@
|
||||||
|
|
||||||
#include "gconv.h"
|
#include "gconv.h"
|
||||||
#include <stdlib.h> /* For alloca used in macro below. */
|
#include <stdlib.h> /* For alloca used in macro below. */
|
||||||
|
#include <ctype.h> /* For __toupper_l used in macro below. */
|
||||||
|
#include <string.h> /* For strlen et al used in macro below. */
|
||||||
#include <bits/libc-lock.h>
|
#include <bits/libc-lock.h>
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|
Loading…
Reference in New Issue