1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-08 19:02:06 +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

@@ -50,6 +50,7 @@ check_include_file(argp.h HAVE_ARGP_H)
check_include_file(pty.h HAVE_PTY_H)
check_include_file(termios.h HAVE_TERMIOS_H)
check_include_file(unistd.h HAVE_UNISTD_H)
check_include_file(util.h HAVE_UTIL_H)
if (WIN32)
check_include_files("winsock2.h;ws2tcpip.h;wspiapi.h" HAVE_WSPIAPI_H)