aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-02-23 12:25:28 +0100
committerAndreas Schneider <asn@cryptomilk.org>2011-02-23 12:31:29 +0100
commit8d3823127c808f5f73e8f81ce4381d221b501516 (patch)
treeff506887eecbdff099ab48106a35bb3230215492
parent8ee8d4f9135a08f391d8cfdeae3823f75c18b4cd (diff)
downloadlibssh-8d3823127c808f5f73e8f81ce4381d221b501516.tar.gz
libssh-8d3823127c808f5f73e8f81ce4381d221b501516.tar.xz
libssh-8d3823127c808f5f73e8f81ce4381d221b501516.zip
legacy: Fixed the symbol export.
-rw-r--r--src/legacy.c4
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>