summaryrefslogtreecommitdiffstats
path: root/examples/samplesshd-tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/samplesshd-tty.c')
-rw-r--r--examples/samplesshd-tty.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/samplesshd-tty.c b/examples/samplesshd-tty.c
index b983185..83b7564 100644
--- a/examples/samplesshd-tty.c
+++ b/examples/samplesshd-tty.c
@@ -28,7 +28,9 @@ clients must be made or how a client should react.
#ifdef HAVE_PTY_H
#include <pty.h>
#endif
-
+#ifdef HAVE_UTIL_H
+#include <util.h>
+#endif
#define SSHD_USER "libssh"
#define SSHD_PASSWORD "libssh"