From 3a8d839e8604bf66c04ad0b46e51402428a88b1a Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 26 Sep 2009 00:29:53 +0200 Subject: More include file movings --- libssh/client.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libssh/client.c') diff --git a/libssh/client.c b/libssh/client.c index 1c69e15..3ff92da 100644 --- a/libssh/client.c +++ b/libssh/client.c @@ -35,6 +35,7 @@ #include "libssh/packet.h" #include "libssh/socket.h" #include "libssh/session.h" +#include "libssh/options.h" #define set_status(opt,status) do {\ if (opt->callbacks && opt->callbacks->connect_status_function) \ -- cgit