aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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 f2013b7..e9d0023 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>