aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/session.h')
-rw-r--r--include/libssh/session.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libssh/session.h b/include/libssh/session.h
index 7eecb69..d7bbfcf 100644
--- a/include/libssh/session.h
+++ b/include/libssh/session.h
@@ -22,6 +22,9 @@
#ifndef SESSION_H_
#define SESSION_H_
#include "libssh/priv.h"
+#include "libssh/packet.h"
+
+typedef struct ssh_kbdint_struct* ssh_kbdint;
struct ssh_session_struct {
struct error_struct error;