summaryrefslogtreecommitdiff
path: root/src/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/getopt.c')
-rw-r--r--src/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getopt.c b/src/getopt.c
index 7a792de8..2d75686a 100644
--- a/src/getopt.c
+++ b/src/getopt.c
@@ -68,7 +68,7 @@ this program. If not, see <https://www.gnu.org/licenses/>. */
# include <unistd.h>
#endif /* GNU C library. */
-#ifdef VMS
+#if MK_OS_VMS
# include <unixlib.h>
# if HAVE_STRING_H - 0
# include <string.h>