diff options
Diffstat (limited to 'vio/viotest-ssl.c')
-rw-r--r-- | vio/viotest-ssl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vio/viotest-ssl.c b/vio/viotest-ssl.c index 8c549ae1d38..1a766a3fc97 100644 --- a/vio/viotest-ssl.c +++ b/vio/viotest-ssl.c @@ -25,12 +25,12 @@ #ifndef __GNU_LIBRARY__ #define __GNU_LIBRARY__ // Skip warnings in getopt.h #endif -#include <getopt.h> +#include <my_getopt.h> //#include "my_readline.h" #include <signal.h> #include <violite.h> -const char *VER="0.1"; +const char *VER="0.2"; #ifndef DBUG_OFF |