1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-05-27 06:41:05 +03:00

examples: Add missing include on FreeBSD.

This commit is contained in:
Andreas Schneider 2014-02-14 10:32:30 +01:00
parent 4463d89a4a
commit 2a1cb323f7

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_LIBUTIL_H
#include <libutil.h>
#endif
#ifdef HAVE_TERMIOS_H
#include <termios.h>
#endif