aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/samplesshd-tty.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/samplesshd-tty.c b/examples/samplesshd-tty.c
index ad32b682..05d7c644 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 <util.h>
#endif
+#ifdef HAVE_TERMIOS_H
+#include <termios.h>
+#endif
#define SSHD_USER "libssh"
#define SSHD_PASSWORD "libssh"