From 68a1a4cc2138039a85a8a8353c92d398eed57ff0 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 12 Mar 2008 01:27:21 +0000 Subject: fixed the netdb problem ? i don't understand, removing the #include didn't add misses for ntohl. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@148 7dcaeef0-15fb-0310-b436-a5af3365683c --- libssh/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh/auth.c') diff --git a/libssh/auth.c b/libssh/auth.c index 5ca7934..0dba3da 100644 --- a/libssh/auth.c +++ b/libssh/auth.c @@ -24,7 +24,7 @@ MA 02111-1307, USA. */ #include #include #include -#include + /** defgroup ssh_auth * \brief functions to authenticate */ -- cgit