From 9dbbba997608f7c3c5de1c627c77c8cd2aa85b73 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 9 Nov 2014 15:42:12 +0100 Subject: libssh2: detect features based on version, not configure checks ... so that non-configure builds get the correct functions too based on the libssh2 version used. --- lib/easy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/easy.c') diff --git a/lib/easy.c b/lib/easy.c index 5ce2d5827..5f14fede3 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -74,6 +74,7 @@ #include "conncache.h" #include "multiif.h" #include "sigpipe.h" +#include "ssh.h" #define _MPRINTF_REPLACE /* use our functions only */ #include -- cgit v1.2.3