aboutsummaryrefslogtreecommitdiff
path: root/libssh/misc.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2008-03-12 01:27:21 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2008-03-12 01:27:21 +0000
commit68a1a4cc2138039a85a8a8353c92d398eed57ff0 (patch)
tree2995a2bcef30bfe2faefcc408f78270a6a27cf39 /libssh/misc.c
parentdf54380a33b0704bc4af015b788c2885fb6b632e (diff)
downloadlibssh-68a1a4cc2138039a85a8a8353c92d398eed57ff0.tar.gz
libssh-68a1a4cc2138039a85a8a8353c92d398eed57ff0.tar.xz
libssh-68a1a4cc2138039a85a8a8353c92d398eed57ff0.zip
fixed the netdb problem ?
i don't understand, removing the #include <netdb.h> didn't add misses for ntohl. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@148 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh/misc.c')
-rw-r--r--libssh/misc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libssh/misc.c b/libssh/misc.c
index 84dd4ea..963748f 100644
--- a/libssh/misc.c
+++ b/libssh/misc.c
@@ -32,7 +32,6 @@ MA 02111-1307, USA. */
#include <winsock2.h>
#else
#include <pwd.h>
-#include <netdb.h>
#endif
#include "libssh/libssh.h"