From: Jim Meyering Date: Fri, 1 Jul 2005 21:26:24 +0000 (+0000) Subject: Assume HAVE_UNISTD_H. X-Git-Tag: CPPI-1_12~412 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e62b441f50dfe28d2c61898e55fcf3c9c847b1b6;p=platform%2Fupstream%2Fcoreutils.git Assume HAVE_UNISTD_H. --- diff --git a/src/system.h b/src/system.h index 1af6e82..cb6158f 100644 --- a/src/system.h +++ b/src/system.h @@ -35,9 +35,7 @@ you must include before including this file # include #endif -#if HAVE_UNISTD_H -# include -#endif +#include #ifndef STDIN_FILENO # define STDIN_FILENO 0