From 35ca97eacf6fe7a2660974c6018a4e1452e8ff32 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 14 Jul 1999 17:32:02 +0000 Subject: * argv.c: Include stdlib.h and string.h instead of prototyping directly. * choose-temp.c: Conditionally include string.h. --- libiberty/choose-temp.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libiberty/choose-temp.c') diff --git a/libiberty/choose-temp.c b/libiberty/choose-temp.c index 49c7386..7aae318 100644 --- a/libiberty/choose-temp.c +++ b/libiberty/choose-temp.c @@ -34,6 +34,9 @@ Boston, MA 02111-1307, USA. */ #ifdef HAVE_STDLIB_H #include #endif +#ifdef HAVE_STRING_H +#include +#endif #ifdef HAVE_SYS_FILE_H #include /* May get R_OK, etc. on some systems. */ #endif -- cgit v1.1