conntrack-tools: update package (along with associated libraries) to the latest versi...
[openwrt.git] / package / network / utils / conntrack-tools / patches / 100-missing_include.patch
1 --- a/include/mcast.h
2 +++ b/include/mcast.h
3 @@ -4,6 +4,7 @@
4  #include <stdint.h>
5  #include <netinet/in.h>
6  #include <net/if.h>
7 +#include <sys/select.h>
8  
9  struct mcast_conf {
10         int ipproto;