diff options
author | Cédric Georges <cgeorges@edge-airport.com> | 2016-03-05 15:36:18 +0100 |
---|---|---|
committer | Cédric Georges <cgeorges@edge-airport.com> | 2016-03-05 15:36:18 +0100 |
commit | e91132f6a99cb9055d3a7f5a6f5c7ec02bbeb809 (patch) | |
tree | 7073423ecb9ef0e3ef43a702feb0045d8fda7491 | |
parent | 445fb7d53111757f584aad6ba9757d1c029e9f39 (diff) | |
download | libtdevnc-e91132f6a99cb9055d3a7f5a6f5c7ec02bbeb809.tar.gz libtdevnc-e91132f6a99cb9055d3a7f5a6f5c7ec02bbeb809.zip |
re-up comment
-rw-r--r-- | CMakeLists.txt | 2 |
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) |