blob: a1105c9c5dc45b5953c1c1c990e35503d5110c97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/mcproxy/src/utils/mc_socket.cpp
+++ b/mcproxy/src/utils/mc_socket.cpp
@@ -38,6 +38,8 @@
#include <unistd.h>
#ifndef __GLIBC__
+#define IP_MULTICAST_ALL 49
+
#include "sourcefilter.cpp"
#endif /* __GLIBC__ */
|