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/canon-host.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/canon-host.c') diff --git a/lib/canon-host.c b/lib/canon-host.c index 0d469ba1a..63c437e1e 100644 --- a/lib/canon-host.c +++ b/lib/canon-host.c @@ -24,9 +24,7 @@ #endif #include -#ifdef HAVE_UNISTD_H -# include -#endif +#include #include #include #ifdef HAVE_NETDB_H -- cgit v1.2.3-54-g00ecf