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/cp1258.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/cp1258.c')
-rw-r--r-- | iconvdata/cp1258.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iconvdata/cp1258.c b/iconvdata/cp1258.c index 3636e319cb..b4168d9781 100644 --- a/iconvdata/cp1258.c +++ b/iconvdata/cp1258.c @@ -22,6 +22,7 @@ #include <dlfcn.h> #include <stdint.h> #include <assert.h> +#include <stdlib.h> #define NELEMS(arr) (sizeof (arr) / sizeof (arr[0])) |