diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-09-26 00:29:53 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-09-26 00:29:53 +0200 |
commit | 3a8d839e8604bf66c04ad0b46e51402428a88b1a (patch) | |
tree | d4b3e09a967ebd723bec679311c29399dc58636a /libssh/kex.c | |
parent | 358647f5d9df24fc55f670a343152fd277416266 (diff) | |
download | libssh-3a8d839e8604bf66c04ad0b46e51402428a88b1a.tar.gz libssh-3a8d839e8604bf66c04ad0b46e51402428a88b1a.tar.xz libssh-3a8d839e8604bf66c04ad0b46e51402428a88b1a.zip |
More include file movings
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," |