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/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh/string.c') diff --git a/libssh/string.c b/libssh/string.c index c9520842..d06fab63 100644 --- a/libssh/string.c +++ b/libssh/string.c @@ -29,7 +29,7 @@ #endif #include "libssh/priv.h" - +#include "libssh/string.h" /** \defgroup ssh_string SSH Strings * \brief string manipulations */ -- cgit