aboutsummaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2013-11-03 14:09:28 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2013-11-03 14:09:28 +0100
commit6e9e13cc2452d98ad8b10cf744725c21ba83cd2e (patch)
treea7d5e70940777f7788e36331a5d1bdf0211ac14d /ConfigureChecks.cmake
parent5bc32bfd88b75c9bd2d63f4e319c817cffce7cd8 (diff)
downloadlibssh-6e9e13cc2452d98ad8b10cf744725c21ba83cd2e.tar.gz
libssh-6e9e13cc2452d98ad8b10cf744725c21ba83cd2e.tar.xz
libssh-6e9e13cc2452d98ad8b10cf744725c21ba83cd2e.zip
examples: fix forktty() warning on OSX
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index e5233eeb..472fe79e 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -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)