blob: a4c7f9b625747962691d347e06ade17ae7645c54 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/include/mcast.h
+++ b/include/mcast.h
@@ -4,6 +4,7 @@
#include <stdint.h>
#include <netinet/in.h>
#include <net/if.h>
+#include <sys/select.h>
struct mcast_conf {
int ipproto;
|