mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-05-28 17:41:28 +03:00
examples: Add missing include on FreeBSD.
This commit is contained in:
parent
4463d89a4a
commit
2a1cb323f7
@ -31,6 +31,9 @@ clients must be made or how a client should react.
|
||||
#ifdef HAVE_UTIL_H
|
||||
#include <util.h>
|
||||
#endif
|
||||
#ifdef HAVE_LIBUTIL_H
|
||||
#include <libutil.h>
|
||||
#endif
|
||||
#ifdef HAVE_TERMIOS_H
|
||||
#include <termios.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user