mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Fix detection of struct ip_mreq
* configura.ac: netinet/in.h is required to complete definition of struct ip_mreq.
This commit is contained in:
parent
3251222637
commit
705a2b9bc8
1 changed files with 2 additions and 1 deletions
|
@ -673,7 +673,8 @@ AC_CHECK_TYPE(socklen_t, ,
|
||||||
#endif
|
#endif
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
])
|
])
|
||||||
AC_CHECK_TYPE(struct ip_mreq)
|
|
||||||
|
AC_CHECK_TYPES([struct ip_mreq], , , [#include <netinet/in.h>])
|
||||||
|
|
||||||
GUILE_HEADER_LIBC_WITH_UNISTD
|
GUILE_HEADER_LIBC_WITH_UNISTD
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue