Merge pull request #228 from lrusak/cmake

fix copy paste error
libnfs-4.0.0-vitalif
Ronnie Sahlberg 2017-10-04 10:36:08 +10:00 committed by GitHub
commit 2911afe9d0
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ check_include_file("inttypes.h" HAVE_INTTYPES_H)
check_include_file("memory.h" HAVE_MEMORY_H)
check_include_file("netdb.h" HAVE_NETDB_H)
check_include_file("netinet/in.h" HAVE_NETINET_IN_H)
check_include_file("netinet/tcp.h" HAVE_NETINET_IN_H)
check_include_file("netinet/tcp.h" HAVE_NETINET_TCP_H)
check_include_file("net/if.h" HAVE_NET_IF_H)
check_include_file("poll.h" HAVE_POLL_H)
check_include_file("stdint.h" HAVE_STDINT_H)