aboutsummaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-04-10 13:06:43 +0200
committerAndreas Schneider <asn@cryptomilk.org>2015-04-10 13:07:12 +0200
commitb1cb8de3858b4fb6878f3e10e7b749ef55b2574c (patch)
tree2762f4998ca352d8d1755dd58523f9849bf2c820 /ConfigureChecks.cmake
parent69c9cd029f487b682d82b82aa4e6833017387fcd (diff)
downloadlibssh-b1cb8de3858b4fb6878f3e10e7b749ef55b2574c.tar.gz
libssh-b1cb8de3858b4fb6878f3e10e7b749ef55b2574c.tar.xz
libssh-b1cb8de3858b4fb6878f3e10e7b749ef55b2574c.zip
cmake: Check for sys/param.h header file
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
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 902b4a31..c4bf6c28 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -54,6 +54,7 @@ check_include_file(unistd.h HAVE_UNISTD_H)
check_include_file(util.h HAVE_UTIL_H)
check_include_file(libutil.h HAVE_LIBUTIL_H)
check_include_file(sys/time.h HAVE_SYS_TIME_H)
+check_include_file(sys/param.h HAVE_SYS_PARAM_H)
check_include_file(arpa/inet.h HAVE_ARPA_INET_H)
if (WIN32)