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/auth.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libssh/auth.c') diff --git a/libssh/auth.c b/libssh/auth.c index e16f344..36e06ae 100644 --- a/libssh/auth.c +++ b/libssh/auth.c @@ -37,6 +37,7 @@ #include "libssh/keyfiles.h" #include "libssh/packet.h" #include "libssh/session.h" +#include "libssh/options.h" /** \defgroup ssh_auth SSH Authentication functions * \brief functions to authenticate to servers -- cgit