Skip to content

Commit

Permalink
Merge pull request #228 from lrusak/cmake
Browse files Browse the repository at this point in the history
fix copy paste error
  • Loading branch information
sahlberg committed Oct 4, 2017
2 parents c516a59 + 2d8ab07 commit 2911afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ConfigureChecks.cmake
Expand Up @@ -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)
Expand Down

0 comments on commit 2911afe

Please sign in to comment.