diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-09-26 00:29:53 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2009-09-26 00:29:53 +0200 |
commit | 3a8d839e8604bf66c04ad0b46e51402428a88b1a (patch) | |
tree | d4b3e09a967ebd723bec679311c29399dc58636a /libssh/options.c | |
parent | 358647f5d9df24fc55f670a343152fd277416266 (diff) | |
download | libssh-3a8d839e8604bf66c04ad0b46e51402428a88b1a.tar.gz libssh-3a8d839e8604bf66c04ad0b46e51402428a88b1a.tar.xz libssh-3a8d839e8604bf66c04ad0b46e51402428a88b1a.zip |
More include file movings
Diffstat (limited to 'libssh/options.c')
-rw-r--r-- | libssh/options.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libssh/options.c b/libssh/options.c index 63156c5..275f9fe 100644 --- a/libssh/options.c +++ b/libssh/options.c @@ -22,6 +22,7 @@ * MA 02111-1307, USA. */ +#include "config.h" #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -32,6 +33,7 @@ #endif #include <sys/types.h> #include "libssh/priv.h" +#include "libssh/options.h" /** \defgroup ssh_options SSH Options * \brief options settings for a new SSH session |