From 37254c9a9efe1273611bf5f23c5cf04cd19290e4 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Thu, 22 Jan 2004 19:34:11 +0000 Subject: merge from gcc --- libiberty/getpwd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libiberty/getpwd.c') diff --git a/libiberty/getpwd.c b/libiberty/getpwd.c index f508b1e..31c7d20 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 (); -- cgit v1.1