diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-09-26 01:15:48 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-09-26 01:15:48 +0200 |
commit | 3e314e863cb70f8594b0c9b79d14edb3a929d708 (patch) | |
tree | 6c0a63effd3cdc7be368690f4dceed3811dcb579 /libssh/options.c | |
parent | adbb087221a90ef1fa687ae5d9575eedd77bcd06 (diff) | |
download | libssh-3e314e863cb70f8594b0c9b79d14edb3a929d708.tar.gz libssh-3e314e863cb70f8594b0c9b79d14edb3a929d708.tar.xz libssh-3e314e863cb70f8594b0c9b79d14edb3a929d708.zip |
More include file splitting
Diffstat (limited to 'libssh/options.c')
-rw-r--r-- | libssh/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh/options.c b/libssh/options.c index e670f2b..d7502e6 100644 --- a/libssh/options.c +++ b/libssh/options.c @@ -34,6 +34,7 @@ #include <sys/types.h> #include "libssh/priv.h" #include "libssh/options.h" +#include "libssh/misc.h" /** \defgroup ssh_options SSH Options * \brief options settings for a new SSH session |