aboutsummaryrefslogtreecommitdiff
path: root/libiberty/concat.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-09-29 03:19:56 +0000
committerDJ Delorie <dj@redhat.com>2001-09-29 03:19:56 +0000
commit916aaa1251eb953dc9ad6b5a9d1176f6eeae444e (patch)
tree24ad9d9b14e3bd204e145cf69291e1bcae5eabb7 /libiberty/concat.c
parent6e73fe55608b7ebf6609a4ed988bcacfe29928cc (diff)
downloadfsf-binutils-gdb-916aaa1251eb953dc9ad6b5a9d1176f6eeae444e.zip
fsf-binutils-gdb-916aaa1251eb953dc9ad6b5a9d1176f6eeae444e.tar.gz
fsf-binutils-gdb-916aaa1251eb953dc9ad6b5a9d1176f6eeae444e.tar.bz2
merge from gcc
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)