summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 40da651..258932f 100644
--- a/main.c
+++ b/main.c
@@ -72,7 +72,7 @@ static void init_stoken(struct openconnect_info *vpninfo,
/* A sanity check that the openconnect executable is running against a
library of the same version */
#define openconnect_version_str openconnect_binary_version
-#include "version.c"
+#include <version.c>
#undef openconnect_version_str
int verbose = PRG_INFO;