From: Jim Meyering Date: Sat, 2 Jul 2005 11:56:49 +0000 (+0000) Subject: Assume HAVE_UNISTD_H, i.e., include unconditionally. X-Git-Tag: CPPI-1_12~405 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25ef400404437158c31c2dcaa3ad3c9dbba7bd12;p=thirdparty%2Fcoreutils.git Assume HAVE_UNISTD_H, i.e., include unconditionally. --- diff --git a/lib/getopt_.h b/lib/getopt_.h index a4e78cb06b..0cf7b8ad38 100644 --- a/lib/getopt_.h +++ b/lib/getopt_.h @@ -34,9 +34,7 @@ #if defined __GETOPT_PREFIX && !defined __need_getopt # include # include -# if HAVE_UNISTD_H -# include -# endif +# include # undef __need_getopt # undef getopt # undef getopt_long