diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2011-02-23 12:25:28 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2011-02-23 12:32:02 +0100 |
commit | e85537aac497f6f3834b36f40326389df51ae6bf (patch) | |
tree | 9563ec67c2a62e603a774784d23256956f7ab867 | |
parent | e839c9cae68a6a3b86b90e3e69367499ece1ccd8 (diff) | |
download | libssh-e85537aac497f6f3834b36f40326389df51ae6bf.tar.gz libssh-e85537aac497f6f3834b36f40326389df51ae6bf.tar.xz libssh-e85537aac497f6f3834b36f40326389df51ae6bf.zip |
legacy: Fixed the symbol export.
-rw-r--r-- | src/legacy.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/legacy.c b/src/legacy.c index be38e2a2..8360a344 100644 --- a/src/legacy.c +++ b/src/legacy.c @@ -24,7 +24,9 @@ * compatibility */ -#include <libssh/libssh.h> +#include "config.h" + +#include <libssh/priv.h> #include <libssh/server.h> #include <libssh/buffer.h> |