1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-01 11:26:52 +03:00

examples: fix forktty() warning on OSX

This commit is contained in:
Aris Adamantiadis
2013-11-03 14:09:28 +01:00
parent 5bc32bfd88
commit 6e9e13cc24
3 changed files with 7 additions and 1 deletions

View File

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