diff options
Diffstat (limited to 'libssh/session.c')
-rw-r--r-- | libssh/session.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh/session.c b/libssh/session.c index e85bd5f..38e1b11 100644 --- a/libssh/session.c +++ b/libssh/session.c @@ -26,6 +26,7 @@ #include "libssh/libssh.h" #include "libssh/priv.h" #include "libssh/server.h" +#include "libssh/callback.h" #define FIRST_CHANNEL 42 // why not ? it helps to find bugs. /** \defgroup ssh_session SSH Session |