Hi, current master builds break, here is a (trivial) fix.
diff --git a/src/microhttpd/mhd_sockets.h b/src/microhttpd/mhd_sockets.h index c999ea35..b013baad 100644 --- a/src/microhttpd/mhd_sockets.h +++ b/src/microhttpd/mhd_sockets.h @@ -755,6 +755,6 @@ MHD_socket_noninheritable_ (MHD_socket sock); * @return created socket or MHD_INVALID_SOCKET in case of errors */ MHD_socket -MHD_socket_create_listen_ (bool use_ipv6); +MHD_socket_create_listen_ (int use_ipv6); #endif /* ! MHD_SOCKETS_H */ With Best Regards, Tim
signature.asc
Description: OpenPGP digital signature
