aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh.c b/lib/ssh.c
index 907f646e8..d5a1a2a8c 100644
--- a/lib/ssh.c
+++ b/lib/ssh.c
@@ -102,7 +102,7 @@
have their definition hidden well */
#endif
-#if LIBSSH2_VERSION_NUM >= x010206
+#if LIBSSH2_VERSION_NUM >= 0x010206
/* libssh2_sftp_statvfs and friends were added in 1.2.6 */
#define HAS_STATVFS_SUPPORT 1
#endif