aboutsummaryrefslogtreecommitdiff
path: root/libssh/socket.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2008-06-17 01:06:53 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2008-06-17 01:06:53 +0000
commitff515b55282a62cb7c39d7c72d48fa8e1d2b11e4 (patch)
tree68217f3e805c54cd9d4c8c6f6922e61b40f32346 /libssh/socket.c
parent507ea1e90f7561c0c3c835d004bacb1b66ee3eeb (diff)
downloadlibssh-ff515b55282a62cb7c39d7c72d48fa8e1d2b11e4.tar.gz
libssh-ff515b55282a62cb7c39d7c72d48fa8e1d2b11e4.tar.xz
libssh-ff515b55282a62cb7c39d7c72d48fa8e1d2b11e4.zip
gcrypt + SSH1 bug resolved
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@174 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh/socket.c')
-rw-r--r--libssh/socket.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh/socket.c b/libssh/socket.c
index 41a16a8..70c7340 100644
--- a/libssh/socket.c
+++ b/libssh/socket.c
@@ -23,6 +23,7 @@
#include <unistd.h>
#include <errno.h>
#include <string.h>
+#include <stdlib.h>
#ifdef _WIN32
#include <winsock2.h>
#else