configure: Fix <netinet/tcp_var.h> detection on OpenBSD.
This commit is contained in:
parent
bb3f25848f
commit
53d3c46bf9
|
@ -8049,6 +8049,9 @@ cat >>conftest.$ac_ext <<_ACEOF
|
|||
#ifdef HAVE_SYS_SOCKETVAR_H
|
||||
# include <sys/socketvar.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_TIMEOUT_H
|
||||
# include <sys/timeout.h>
|
||||
#endif
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
# include <netinet/in.h>
|
||||
#endif
|
||||
|
|
|
@ -423,6 +423,9 @@ AC_CHECK_HEADERS([netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netin
|
|||
#ifdef HAVE_SYS_SOCKETVAR_H
|
||||
# include <sys/socketvar.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_TIMEOUT_H
|
||||
# include <sys/timeout.h>
|
||||
#endif
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
# include <netinet/in.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue