diff options
| author | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-09-26 01:15:48 +0200 |
|---|---|---|
| committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-09-26 01:15:48 +0200 |
| commit | 3e314e863cb70f8594b0c9b79d14edb3a929d708 (patch) | |
| tree | 6c0a63effd3cdc7be368690f4dceed3811dcb579 /libssh/client.c | |
| parent | adbb087221a90ef1fa687ae5d9575eedd77bcd06 (diff) | |
| download | libssh-3e314e863cb70f8594b0c9b79d14edb3a929d708.tar.gz libssh-3e314e863cb70f8594b0c9b79d14edb3a929d708.tar.xz libssh-3e314e863cb70f8594b0c9b79d14edb3a929d708.zip | |
More include file splitting
Diffstat (limited to 'libssh/client.c')
| -rw-r--r-- | libssh/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh/client.c b/libssh/client.c index 3ff92da9..8c5e8ba7 100644 --- a/libssh/client.c +++ b/libssh/client.c @@ -36,6 +36,7 @@ #include "libssh/socket.h" #include "libssh/session.h" #include "libssh/options.h" +#include "libssh/dh.h" #define set_status(opt,status) do {\ if (opt->callbacks && opt->callbacks->connect_status_function) \ |
