diff options
Diffstat (limited to 'libssh/kex.c')
-rw-r--r-- | libssh/kex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libssh/kex.c b/libssh/kex.c index 1d39901..ded0247 100644 --- a/libssh/kex.c +++ b/libssh/kex.c @@ -37,6 +37,8 @@ #include "libssh/buffer.h" #include "libssh/packet.h" #include "libssh/session.h" +#include "libssh/wrapper.h" +#include "libssh/options.h" #ifdef HAVE_LIBGCRYPT #define BLOWFISH "blowfish-cbc," |