From: Kaveh R. Ghazi Date: Fri, 28 Sep 2001 15:31:03 +0000 (+0000) Subject: * concat.c: Include stdlib.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=576fb787822fe6c80db9228fe52bec206c6be163;p=gcc.git * concat.c: Include stdlib.h. From-SVN: r45861 --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 33a860ed637..ad3130f0146 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)