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/safe-read.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/safe-read.c') diff --git a/lib/safe-read.c b/lib/safe-read.c index 904fc71f0..a5108356d 100644 --- a/lib/safe-read.c +++ b/lib/safe-read.c @@ -30,9 +30,7 @@ /* Get ssize_t. */ #include -#if HAVE_UNISTD_H -# include -#endif +#include #include -- cgit v1.2.3-54-g00ecf