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:31:29 +0100 |
commit | 8d3823127c808f5f73e8f81ce4381d221b501516 (patch) | |
tree | ff506887eecbdff099ab48106a35bb3230215492 /src | |
parent | 8ee8d4f9135a08f391d8cfdeae3823f75c18b4cd (diff) | |
download | libssh-8d3823127c808f5f73e8f81ce4381d221b501516.tar.gz libssh-8d3823127c808f5f73e8f81ce4381d221b501516.tar.xz libssh-8d3823127c808f5f73e8f81ce4381d221b501516.zip |
legacy: Fixed the symbol export.
Diffstat (limited to 'src')
-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 be38e2a..8360a34 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> |