diff --git a/examples/samplesshd-tty.c b/examples/samplesshd-tty.c index 05d7c644..5e9e56ce 100644 --- a/examples/samplesshd-tty.c +++ b/examples/samplesshd-tty.c @@ -31,6 +31,9 @@ clients must be made or how a client should react. #ifdef HAVE_UTIL_H #include #endif +#ifdef HAVE_LIBUTIL_H +#include +#endif #ifdef HAVE_TERMIOS_H #include #endif