From 3a8d839e8604bf66c04ad0b46e51402428a88b1a Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 26 Sep 2009 00:29:53 +0200 Subject: More include file movings --- libssh/wrapper.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libssh/wrapper.c') diff --git a/libssh/wrapper.c b/libssh/wrapper.c index 2dc67e1c..4cfc71ba 100644 --- a/libssh/wrapper.c +++ b/libssh/wrapper.c @@ -31,17 +31,19 @@ * are welcome. */ +#include "config.h" #include #include #include #include "libssh/priv.h" #include "libssh/session.h" +#include "libssh/crypto.h" +#include "libssh/wrapper.h" #ifdef HAVE_LIBGCRYPT #include -#include "libssh/crypto.h" static int alloc_key(struct crypto_struct *cipher) { cipher->key = malloc(cipher->keylen); -- cgit v1.2.3