aboutsummaryrefslogtreecommitdiff
path: root/libssh/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/auth.c')
-rw-r--r--libssh/auth.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libssh/auth.c b/libssh/auth.c
index 8dc17f8a..e16f344b 100644
--- a/libssh/auth.c
+++ b/libssh/auth.c
@@ -32,6 +32,11 @@
#include "libssh/priv.h"
#include "libssh/ssh2.h"
+#include "libssh/buffer.h"
+#include "libssh/agent.h"
+#include "libssh/keyfiles.h"
+#include "libssh/packet.h"
+#include "libssh/session.h"
/** \defgroup ssh_auth SSH Authentication functions
* \brief functions to authenticate to servers