summaryrefslogtreecommitdiff
path: root/vio/test-sslclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'vio/test-sslclient.c')
-rw-r--r--vio/test-sslclient.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vio/test-sslclient.c b/vio/test-sslclient.c
index 51a78485642..84853e45485 100644
--- a/vio/test-sslclient.c
+++ b/vio/test-sslclient.c
@@ -25,11 +25,11 @@
#ifndef __GNU_LIBRARY__
#define __GNU_LIBRARY__ // Skip warnings in getopt.h
#endif
-#include <getopt.h>
+#include <my_getopt.h>
#include <signal.h>
#include <violite.h>
-const char *VER="0.1";
+const char *VER="0.2";
#ifndef DBUG_OFF