mirror of
https://github.com/reactos/wine.git
synced 2025-01-22 11:54:47 +00:00
configure: Fix <netinet/tcp_var.h> detection on OpenBSD.
This commit is contained in:
parent
bb3f25848f
commit
53d3c46bf9
3
configure
vendored
3
configure
vendored
@ -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…
x
Reference in New Issue
Block a user