From acfc8ea83fcaa424f2800acda627f919a45e6bb2 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 17 Sep 2011 20:00:13 +0200 Subject: priv: Remove crypto.h and add correct includes to src files. --- src/threads.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/threads.c') diff --git a/src/threads.c b/src/threads.c index c654456e..9d70adfb 100644 --- a/src/threads.c +++ b/src/threads.c @@ -27,7 +27,10 @@ * @{ */ +#include "config.h" + #include "libssh/priv.h" +#include "libssh/crypto.h" #include "libssh/threads.h" static int threads_noop (void **lock){ -- cgit