aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index a3665fc86..46cdb4eb2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -114,10 +114,6 @@
#include <netinet/tcp.h> /* for TCP_KEEPIDLE, TCP_KEEPINTVL */
#endif
-#ifdef __VMS
-# include "curlmsg_vms.h"
-#endif
-
#include "os-specific.h"
/* The last #include file should be: */
@@ -131,6 +127,10 @@
#include "memdebug.h"
#endif
+#ifdef __VMS
+static int vms_show = 0;
+#endif
+
#if defined(NETWARE)
#define PRINT_LINES_PAUSE 23
#endif