diff options
Diffstat (limited to 'libssh/session.c')
-rw-r--r-- | libssh/session.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libssh/session.c b/libssh/session.c index 4c6a81ee..5f48023c 100644 --- a/libssh/session.c +++ b/libssh/session.c @@ -27,6 +27,11 @@ #include "libssh/priv.h" #include "libssh/server.h" #include "libssh/callback.h" +#include "libssh/socket.h" +#include "libssh/agent.h" +#include "libssh/packet.h" +#include "libssh/session.h" + #define FIRST_CHANNEL 42 // why not ? it helps to find bugs. /** \defgroup ssh_session SSH Session |