From efded187245327db5b89e754b2ab56196dfad393 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 5 Nov 2009 16:38:05 +0100 Subject: Fixed compilation of samplesshd. --- examples/samplesshd.c | 2 ++ 1 file changed, 2 insertions(+) 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 #include -- cgit