aboutsummaryrefslogtreecommitdiff
path: root/gnulib/import/unistd.in.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/import/unistd.in.h')
-rw-r--r--gnulib/import/unistd.in.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnulib/import/unistd.in.h b/gnulib/import/unistd.in.h
index 48db46a..d6176ad 100644
--- a/gnulib/import/unistd.in.h
+++ b/gnulib/import/unistd.in.h
@@ -1,5 +1,5 @@
/* Substitute for and wrapper around <unistd.h>.
- Copyright (C) 2003-2019 Free Software Foundation, Inc.
+ Copyright (C) 2003-2020 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -141,7 +141,7 @@
/* Get getopt(), optarg, optind, opterr, optopt. */
-#if @GNULIB_UNISTD_H_GETOPT@ && !defined _GL_SYSTEM_GETOPT
+#if @GNULIB_GETOPT_POSIX@ && @GNULIB_UNISTD_H_GETOPT@ && !defined _GL_SYSTEM_GETOPT
# include <getopt-cdefs.h>
# include <getopt-pfx-core.h>
#endif