From f84ebc2e2770b16b43c62ecb67cf8d4bd1b99d72 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 23 Sep 2009 23:51:04 +0200 Subject: Moved lots of declaration out of priv.h --- libssh/scp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libssh/scp.c') diff --git a/libssh/scp.c b/libssh/scp.c index 2f800ef..54e60d8 100644 --- a/libssh/scp.c +++ b/libssh/scp.c @@ -25,6 +25,7 @@ #include #include "libssh/priv.h" +#include "libssh/scp.h" /** @brief Creates a new scp session * @param session the SSH session to use -- cgit