]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/getpwd.c
Makefile.in: Convert to ./ throughout.
[thirdparty/gcc.git] / libiberty / getpwd.c
index f508b1e21e520a2e4343d5a53241e860a6056932..31c7d20f307c86ee39b597c785be83f957029e64 100644 (file)
@@ -35,6 +35,9 @@ extern int errno;
 #if HAVE_SYS_STAT_H
 #include <sys/stat.h>
 #endif
+#if HAVE_LIMITS_H
+#include <limits.h>
+#endif
 
 /* Prototype these in case the system headers don't provide them. */
 extern char *getpwd ();