aboutsummaryrefslogtreecommitdiff
path: root/src/main/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/getopt.c')
-rw-r--r--src/main/getopt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/getopt.c b/src/main/getopt.c
index ca500d9..e383e0b 100644
--- a/src/main/getopt.c
+++ b/src/main/getopt.c
@@ -72,9 +72,9 @@ USA. */
72 72
73#ifdef VMS 73#ifdef VMS
74#include <unixlib.h> 74#include <unixlib.h>
75#if HAVE_STRING_H - 0
76#include <string.h>
77#endif 75#endif
76#if HAVE_STRING_H
77#include <string.h>
78#endif 78#endif
79 79
80#if defined (WIN32) && !defined (__CYGWIN32__) 80#if defined (WIN32) && !defined (__CYGWIN32__)