From: DJ Delorie Date: Sat, 29 Sep 2001 03:19:56 +0000 (+0000) Subject: merge from gcc X-Git-Tag: cygnus_cvs_20020108_pre~1222 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=916aaa1251eb953dc9ad6b5a9d1176f6eeae444e;p=thirdparty%2Fbinutils-gdb.git merge from gcc --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index d22543065da..f5b268a9c67 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2001-09-28 Kaveh R. Ghazi + + * concat.c: Include stdlib.h. + 2001-09-27 Eli Zaretskii * libiberty.texi: (Top level): Add syncodeindex pg. Add diff --git a/libiberty/concat.c b/libiberty/concat.c index cf026cf8f4c..fbbf2ee41a9 100644 --- a/libiberty/concat.c +++ b/libiberty/concat.c @@ -74,6 +74,10 @@ NOTES # endif # endif +#if HAVE_STDLIB_H +#include +#endif + static inline unsigned long vconcat_length PARAMS ((const char *, va_list)); static inline unsigned long vconcat_length (first, args)