aboutsummaryrefslogtreecommitdiff
path: root/libssh/session.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/session.c')
-rw-r--r--libssh/session.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh/session.c b/libssh/session.c
index 1a0f25ce..b084c29d 100644
--- a/libssh/session.c
+++ b/libssh/session.c
@@ -22,6 +22,7 @@
/* ssh_new() returns a newly allocated SSH_SESSION structure pointer */
#include <string.h>
+#include <stdlib.h>
#include "libssh/libssh.h"
#include "libssh/priv.h"
#include "libssh/server.h"