From 3e314e863cb70f8594b0c9b79d14edb3a929d708 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 26 Sep 2009 01:15:48 +0200 Subject: More include file splitting --- libssh/session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh/session.c') diff --git a/libssh/session.c b/libssh/session.c index 9b646a8..2524560 100644 --- a/libssh/session.c +++ b/libssh/session.c @@ -33,7 +33,7 @@ #include "libssh/packet.h" #include "libssh/session.h" #include "libssh/options.h" - +#include "libssh/misc.h" #define FIRST_CHANNEL 42 // why not ? it helps to find bugs. -- cgit