aboutsummaryrefslogtreecommitdiff
path: root/libiberty/concat.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2001-09-28 15:31:03 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2001-09-28 15:31:03 +0000
commit576fb787822fe6c80db9228fe52bec206c6be163 (patch)
tree0573a604fe2c49877fb1a53753dd24fcafe6bb41 /libiberty/concat.c
parent6142088c6cbc5e4c1915cc68ac270c3ec4820d0e (diff)
downloadgcc-576fb787822fe6c80db9228fe52bec206c6be163.zip
gcc-576fb787822fe6c80db9228fe52bec206c6be163.tar.gz
gcc-576fb787822fe6c80db9228fe52bec206c6be163.tar.bz2
* concat.c: Include stdlib.h.
From-SVN: r45861
Diffstat (limited to 'libiberty/concat.c')
-rw-r--r--libiberty/concat.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libiberty/concat.c b/libiberty/concat.c
index cf026cf..fbbf2ee 100644
--- a/libiberty/concat.c
+++ b/libiberty/concat.c
@@ -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)