]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
authorJim Meyering <jim@meyering.net>
Sat, 2 Jul 2005 11:56:49 +0000 (11:56 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Jul 2005 11:56:49 +0000 (11:56 +0000)
lib/getopt_.h

index a4e78cb06bfe4fe0584828be3defa69c88555514..0cf7b8ad387fed929f58173ad083394994ebcc08 100644 (file)
@@ -34,9 +34,7 @@
 #if defined __GETOPT_PREFIX && !defined __need_getopt
 # include <stdlib.h>
 # include <stdio.h>
-# if HAVE_UNISTD_H
-#  include <unistd.h>
-# endif
+# include <unistd.h>
 # undef __need_getopt
 # undef getopt
 # undef getopt_long