merge from gcc
authorDJ Delorie <dj@redhat.com>
Sat, 29 Sep 2001 03:19:56 +0000 (03:19 +0000)
committerDJ Delorie <dj@redhat.com>
Sat, 29 Sep 2001 03:19:56 +0000 (03:19 +0000)
libiberty/ChangeLog
libiberty/concat.c

index d225430..f5b268a 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * concat.c: Include stdlib.h.
+
 2001-09-27  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * libiberty.texi: (Top level): Add syncodeindex pg.  Add
index cf026cf..fbbf2ee 100644 (file)
@@ -74,6 +74,10 @@ NOTES
 #  endif
 # endif
 
+#if HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+
 static inline unsigned long vconcat_length PARAMS ((const char *, va_list));
 static inline unsigned long
 vconcat_length (first, args)