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/log.c | |
parent | 358647f5d9df24fc55f670a343152fd277416266 (diff) | |
download | libssh-3a8d839e8604bf66c04ad0b46e51402428a88b1a.tar.gz libssh-3a8d839e8604bf66c04ad0b46e51402428a88b1a.tar.xz libssh-3a8d839e8604bf66c04ad0b46e51402428a88b1a.zip |
More include file movings
Diffstat (limited to 'libssh/log.c')
-rw-r--r-- | libssh/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh/log.c b/libssh/log.c index 2e1c0db..d119f54 100644 --- a/libssh/log.c +++ b/libssh/log.c @@ -27,6 +27,7 @@ #include "libssh/priv.h" #include "libssh/session.h" +#include "libssh/options.h" /** * @defgroup ssh_log SSH Logging |