12 lines
389 B
Diff
12 lines
389 B
Diff
--- glib-2.57.2/configure.ac 2018-07-31 20:31:07.000000000 +0200
|
|
+++ glib-2.57.2/configure.ac 2018-08-02 19:09:02.569368144 +0200
|
|
@@ -925,7 +925,7 @@
|
|
AC_MSG_CHECKING([if ip_mreq_source.imr_interface has s_addr member])
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM(
|
|
[[
|
|
- #include <netinet/in.h>
|
|
+ #include <ws2tcpip.h>
|
|
]],
|
|
[[
|
|
struct ip_mreq_source mc_req_src;
|