summaryrefslogtreecommitdiffstats
path: root/src
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:32:02 +0100
commite85537aac497f6f3834b36f40326389df51ae6bf (patch)
tree9563ec67c2a62e603a774784d23256956f7ab867 /src
parente839c9cae68a6a3b86b90e3e69367499ece1ccd8 (diff)
downloadlibssh-e85537aac497f6f3834b36f40326389df51ae6bf.tar.gz
libssh-e85537aac497f6f3834b36f40326389df51ae6bf.tar.xz
libssh-e85537aac497f6f3834b36f40326389df51ae6bf.zip
legacy: Fixed the symbol export.
Diffstat (limited to 'src')
-rw-r--r--src/legacy.c4
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>