From d32fe11da3c5fefa75e315a3387d921db2453545 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Mon, 28 Sep 2009 10:28:52 +0200 Subject: Fix build with SSH1 --- libssh/auth1.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libssh/auth1.c b/libssh/auth1.c index 83f0e69f..36db5b1d 100644 --- a/libssh/auth1.c +++ b/libssh/auth1.c @@ -30,6 +30,7 @@ #include "libssh/packet.h" #include "libssh/session.h" #include "libssh/string.h" +#include "libssh/options.h" #ifdef WITH_SSH1 static int wait_auth1_status(ssh_session session) { -- cgit