diff options
author | Roland McGrath <roland@gnu.org> | 2001-06-01 21:08:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-06-01 21:08:25 +0000 |
commit | 466dc74cb79d1c2531b055d8ea735a7b1820b223 (patch) | |
tree | 316e786a777ddbe2b1a9b30df96d738cf9379ded /iconvdata/iso-2022-cn-ext.c | |
parent | 548e813d9035b4e22f233fbf8ed750a2fa93178e (diff) | |
download | glibc-466dc74cb79d1c2531b055d8ea735a7b1820b223.tar.gz glibc-466dc74cb79d1c2531b055d8ea735a7b1820b223.tar.xz glibc-466dc74cb79d1c2531b055d8ea735a7b1820b223.zip |
2001-06-01 Roland McGrath <roland@frob.com>
* iconvdata/cp1258.c: Include <stdlib.h> for abort decl. * iconvdata/iso-2022-cn-ext.c: Likewise.
Diffstat (limited to 'iconvdata/iso-2022-cn-ext.c')
-rw-r--r-- | iconvdata/iso-2022-cn-ext.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/iconvdata/iso-2022-cn-ext.c b/iconvdata/iso-2022-cn-ext.c index 7c59e48eaa..9fd1d64b7d 100644 --- a/iconvdata/iso-2022-cn-ext.c +++ b/iconvdata/iso-2022-cn-ext.c @@ -1,5 +1,5 @@ /* Conversion module for ISO-2022-CN-EXT. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000,01 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. @@ -21,6 +21,7 @@ #include <dlfcn.h> #include <gconv.h> #include <stdint.h> +#include <stdlib.h> #include <string.h> #include "gb2312.h" #include "iso-ir-165.h" |