2001-06-01 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Fri, 1 Jun 2001 21:08:25 +0000 (21:08 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 1 Jun 2001 21:08:25 +0000 (21:08 +0000)
* iconvdata/cp1258.c: Include <stdlib.h> for abort decl.
* iconvdata/iso-2022-cn-ext.c: Likewise.

iconvdata/cp1258.c
iconvdata/iso-2022-cn-ext.c

index 3636e31..b4168d9 100644 (file)
@@ -22,6 +22,7 @@
 #include <dlfcn.h>
 #include <stdint.h>
 #include <assert.h>
+#include <stdlib.h>
 
 #define NELEMS(arr) (sizeof (arr) / sizeof (arr[0]))
 
index 7c59e48..9fd1d64 100644 (file)
@@ -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"