From 410f98fc2b9bd775f809818590959272c04e6c9c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 2 Jul 2005 08:41:46 +0000 Subject: Assume HAVE_UNISTD_H, i.e., include unconditionally. --- lib/getcwd.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/getcwd.c') diff --git a/lib/getcwd.c b/lib/getcwd.c index 86070ead8..be10e4f1b 100644 --- a/lib/getcwd.c +++ b/lib/getcwd.c @@ -60,10 +60,7 @@ # define _D_ALLOC_NAMLEN(d) (_D_EXACT_NAMLEN (d) + 1) #endif -#if HAVE_UNISTD_H || _LIBC -# include -#endif - +#include #include #include -- cgit v1.2.3-54-g00ecf