aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-11-05 16:38:05 +0100
committerAndreas Schneider <mail@cynapses.org>2009-11-05 16:38:05 +0100
commitefded187245327db5b89e754b2ab56196dfad393 (patch)
tree9893c5a076774dfd77b39bd715c67337cbe4a4f4 /examples
parentf52bc064e9a2d6ce09eaf1ab91090e8d785a88c1 (diff)
downloadlibssh-efded187245327db5b89e754b2ab56196dfad393.tar.gz
libssh-efded187245327db5b89e754b2ab56196dfad393.tar.xz
libssh-efded187245327db5b89e754b2ab56196dfad393.zip
Fixed compilation of samplesshd.
Diffstat (limited to 'examples')
-rw-r--r--examples/samplesshd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/samplesshd.c b/examples/samplesshd.c
index f2013b76..e9d00236 100644
--- a/examples/samplesshd.c
+++ b/examples/samplesshd.c
@@ -12,6 +12,8 @@ The goal is to show the API in action. It's not a reference on how terminal
clients must be made or how a client should react.
*/
+#include "config.h"
+
#include <libssh/libssh.h>
#include <libssh/server.h>