diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-22 19:10:56 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-22 19:10:56 +0000 |
commit | acecd7dcb2bfb05164ec5b76bbb0f45ae9a1346b (patch) | |
tree | 3c82a4f9075b890c94f602bad300018311f34f4e /libiberty/getpwd.c | |
parent | b7f41348bd337cf547becac403702d5af0b18ad5 (diff) | |
download | gcc-acecd7dcb2bfb05164ec5b76bbb0f45ae9a1346b.tar.gz |
* Makefile.in: Convert to ./ throughout. Rebuild dependencies
with explicit build rules.
(VPATH): Remove.
(.c.o): Poison.
* configure.ac (pexecute, LIBOBJS): Add ./ .
* maint-tool: Build dependencies with explicit rules.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76366 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/getpwd.c')
-rw-r--r-- | libiberty/getpwd.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 <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 (); |