]> The Tcpdump Group git mirrors - libpcap/commitdiff
We have to check for sys/sockio.h, at least on Solaris.
authorGuy Harris <[email protected]>
Fri, 15 Sep 2017 04:56:07 +0000 (21:56 -0700)
committerGuy Harris <[email protected]>
Fri, 15 Sep 2017 04:56:07 +0000 (21:56 -0700)
CMakeLists.txt

index 4bbd08d229736712385e4b5dda3b741b26c1d486..376becf95c5516ca0f3f5ffc1a1934ab1312feb0 100644 (file)
@@ -141,6 +141,7 @@ if(NOT HAVE_UNISTD_H)
 endif(NOT HAVE_UNISTD_H)
 check_include_file(bitypes.h HAVE_SYS_BITYPES_H)
 check_include_file(sys/ioccom.h HAVE_SYS_IOCCOM_H)
+check_include_file(sys/sockio.h HAVE_SYS_SOCKIO_H)
 check_include_file(sys/select.h HAVE_SYS_SELECT_H)
 check_include_file(limits.h HAVE_LIMITS_H)
 check_include_file(netpacket/packet.h HAVE_NETPACKET_PACKET_H)