From afe97d6cab99e409b4d1c84268785f6277e4641d Mon Sep 17 00:00:00 2001 From: Audrius Butkevicius Date: Sun, 16 Feb 2014 12:22:50 +0000 Subject: examples: Add ssh_server_fork example Signed-off-by: Audrius Butkevicius Reviewed-by: Andreas Schneider --- ConfigureChecks.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 43b1300a..5701bc39 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -48,6 +48,7 @@ endif(CMAKE_COMPILER_IS_GNUCC AND NOT MINGW AND NOT OS2) # HEADER FILES check_include_file(argp.h HAVE_ARGP_H) check_include_file(pty.h HAVE_PTY_H) +check_include_file(utmp.h HAVE_UTMP_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) -- cgit v1.2.3