merge from gcc
[deliverable/binutils-gdb.git] / libiberty / getcwd.c
index 47b1c1eec31e1c680bbb5deb42efb07e84f6a3f6..344556392b31c0fab62f2c859392b0211d48581e 100644 (file)
@@ -29,6 +29,12 @@ BUGS
 #include <sys/param.h>
 #endif
 #include <errno.h>
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
 
 extern char *getwd ();
 extern int errno;
This page took 0.025491 seconds and 4 git commands to generate.