blob: 0f352ce0c1f0b143534acd59edb0f9f2d0d74732 (
plain)
| 1
2
3
4
5
6
7
8
9
10
 | --- conntrack-tools-1.4.2.orig/include/mcast.h	2013-02-24 23:23:57.000000000 +0100
+++ conntrack-tools-1.4.2/include/mcast.h	2014-04-05 09:37:11.363340860 +0200
@@ -2,6 +2,7 @@
 #define _MCAST_H_
 
 #include <stdint.h>
+#include <sys/select.h>
 #include <netinet/in.h>
 #include <net/if.h>
 
 |