X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libiberty%2Fgetpwd.c;h=31c7d20f307c86ee39b597c785be83f957029e64;hb=99c11254007ee9ded08e8aa42614e65b21fc7e59;hp=f508b1e21e520a2e4343d5a53241e860a6056932;hpb=a3a8a3df15ba3bfeaad5a3fa695b1736c2a33fd1;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libiberty/getpwd.c b/libiberty/getpwd.c index f508b1e21e5..31c7d20f307 100644 --- a/libiberty/getpwd.c +++ b/libiberty/getpwd.c @@ -35,6 +35,9 @@ extern int errno; #if HAVE_SYS_STAT_H #include #endif +#if HAVE_LIMITS_H +#include +#endif /* Prototype these in case the system headers don't provide them. */ extern char *getpwd ();