diff options
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 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) |