aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>