| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | --- a/mcproxy/src/utils/mc_socket.cpp |
| 2 | +++ b/mcproxy/src/utils/mc_socket.cpp | ||||
| 3 | @@ -38,6 +38,8 @@ | ||||
| 4 | #include <unistd.h> | ||||
| 5 | |||||
| 6 | #if !defined(__GLIBC__) || defined(__UCLIBC__) | ||||
| 7 | +#define IP_MULTICAST_ALL 49 | ||||
| 8 | + | ||||
| 9 | #include "sourcefilter.cpp" | ||||
| 10 | #endif /* __GLIBC__ */ | ||||
| 11 | |||||