diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-28 15:31:03 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-28 15:31:03 +0000 |
commit | e7faea46739355a69cd8303bcb70f9c23319880b (patch) | |
tree | 0573a604fe2c49877fb1a53753dd24fcafe6bb41 /libiberty/concat.c | |
parent | 4b31a107f926a44e8f962d648c959ef5da936471 (diff) | |
download | gcc-e7faea46739355a69cd8303bcb70f9c23319880b.tar.gz |
* concat.c: Include stdlib.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45861 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/concat.c')
-rw-r--r-- | libiberty/concat.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <stdlib.h> +#endif + static inline unsigned long vconcat_length PARAMS ((const char *, va_list)); static inline unsigned long vconcat_length (first, args) |