X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/a7e9570adf37c18f12f6b1dfed0184b70343575e..e3426f7b4c12323e5e3ffa3e6b927f714fc369a5:/clients/playrtp.c diff --git a/clients/playrtp.c b/clients/playrtp.c index 0b5bc04..2eca1c6 100644 --- a/clients/playrtp.c +++ b/clients/playrtp.c @@ -65,6 +65,7 @@ #include #include #include +#include #include "log.h" #include "mem.h" @@ -81,6 +82,11 @@ #define readahead linux_headers_are_borked +/** @brief Obsolete synonym */ +#ifndef IPV6_JOIN_GROUP +# define IPV6_JOIN_GROUP IPV6_ADD_MEMBERSHIP +#endif + /** @brief RTP socket */ static int rtpfd;