aboutsummaryrefslogtreecommitdiff
path: root/libssh/wrapper.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-09-23 23:51:04 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2009-09-23 23:51:04 +0200
commitf84ebc2e2770b16b43c62ecb67cf8d4bd1b99d72 (patch)
tree82abdf7a1e84c9a281f622e38247e67563d68ffa /libssh/wrapper.c
parentb359229a2ea6f8b623add9bea02015991c8d6e9d (diff)
downloadlibssh-f84ebc2e2770b16b43c62ecb67cf8d4bd1b99d72.tar.gz
libssh-f84ebc2e2770b16b43c62ecb67cf8d4bd1b99d72.tar.xz
libssh-f84ebc2e2770b16b43c62ecb67cf8d4bd1b99d72.zip
Moved lots of declaration out of priv.h
Diffstat (limited to 'libssh/wrapper.c')
-rw-r--r--libssh/wrapper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh/wrapper.c b/libssh/wrapper.c
index 4110c4ec..f82ae3e7 100644
--- a/libssh/wrapper.c
+++ b/libssh/wrapper.c
@@ -36,6 +36,7 @@
#include <string.h>
#include "libssh/priv.h"
+#include "libssh/session.h"
#ifdef HAVE_LIBGCRYPT
#include <gcrypt.h>