summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Georges <cgeorges@edge-airport.com>2016-03-05 15:36:18 +0100
committerCédric Georges <cgeorges@edge-airport.com>2016-03-05 15:36:18 +0100
commite91132f6a99cb9055d3a7f5a6f5c7ec02bbeb809 (patch)
tree7073423ecb9ef0e3ef43a702feb0045d8fda7491
parent445fb7d53111757f584aad6ba9757d1c029e9f39 (diff)
downloadlibtdevnc-e91132f6.tar.gz
libtdevnc-e91132f6.zip
re-up comment
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c90fe54..2495e73 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -133,6 +133,8 @@ check_include_file("sys/time.h" LIBVNCSERVER_HAVE_SYS_TIME_H)
check_include_file("sys/types.h" LIBVNCSERVER_HAVE_SYS_TYPES_H)
check_include_file("sys/wait.h" LIBVNCSERVER_HAVE_SYS_WAIT_H)
check_include_file("unistd.h" LIBVNCSERVER_HAVE_UNISTD_H)
+
+# headers needed for check_type_size()
check_include_file("vfork.h" LIBVNCSERVER_HAVE_VFORK_H)
check_include_file("ws2tcpip.h" LIBVNCSERVER_HAVE_WS2TCPIP_H)
check_include_file("arpa/inet.h" HAVE_ARPA_INET_H)