--- gvpe/src/vpectrl.C 2003/03/01 15:53:03 1.1 +++ gvpe/src/vpectrl.C 2003/10/14 03:22:09 1.4 @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include @@ -44,7 +45,7 @@ #include "conf.h" #include "slog.h" #include "util.h" -#include "protocol.h" +#include "vpn.h" /* If nonzero, display usage information and exit. */ static int show_help; @@ -296,7 +297,7 @@ if (show_version) { - printf (_("%s version %s (built %s %s, protocol %d:%d)\n"), get_identity (), + printf (_("%s version %s (built %s %s, protocol %d.%d)\n"), get_identity (), VERSION, __DATE__, __TIME__, PROTOCOL_MAJOR, PROTOCOL_MINOR); printf (_ ("Copyright (C) 2003 Marc Lehmann and others.\n"