OSDN Git Service

* argv.c: Include stdlib.h and string.h instead of
[pf3gnuchains/gcc-fork.git] / libiberty / choose-temp.c
index b1007bb..be02379 100644 (file)
@@ -34,6 +34,9 @@ Boston, MA 02111-1307, USA.  */
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
 #ifdef HAVE_SYS_FILE_H
 #include <sys/file.h>   /* May get R_OK, etc. on some systems.  */
 #endif