From 8bae43876fff891e33d48b177778ee4cb882c45a Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 23 Aug 2009 16:33:59 +0200 Subject: experimental callback system --- libssh/session.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libssh/session.c') 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 -- cgit