]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* concat.c: Include stdlib.h.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Fri, 28 Sep 2001 15:31:03 +0000 (15:31 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 28 Sep 2001 15:31:03 +0000 (15:31 +0000)
From-SVN: r45861

libiberty/ChangeLog
libiberty/concat.c

index 33a860ed6370ffa0291e35c913d1b2cb22a3ce47..ad3130f014687e6a8e09e1d0bb2fc9ec724be997 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 cf026cf8f4cc1efeab9a4f5ab2f8d8b39e9df977..fbbf2ee41a978c4d7c54fdffb6bb00532e4cd4f4 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)