1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-31 00:03:07 +03:00

example: Add missing include for forkpty().

This commit is contained in:
Andreas Schneider
2014-01-07 09:03:32 +01:00
parent fc0db4d982
commit c9a1be5a85

View File

@ -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"