add chaos_calmer branch
[15.05/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;
11 --- a/include/tcp.h
12 +++ b/include/tcp.h
13 @@ -3,6 +3,7 @@
14  
15  #include <stdint.h>
16  #include <netinet/in.h>
17 +#include <sys/select.h>
18  
19  struct tcp_conf {
20         int ipproto;
21 --- a/include/udp.h
22 +++ b/include/udp.h
23 @@ -3,6 +3,7 @@
24  
25  #include <stdint.h>
26  #include <netinet/in.h>
27 +#include <sys/select.h>
28  
29  struct udp_conf {
30         int ipproto;
31 --- a/include/bitops.h
32 +++ b/include/bitops.h
33 @@ -2,6 +2,7 @@
34  #define _BITOPS_H_
35  
36  #include <stdlib.h>
37 +#include <sys/types.h>
38  
39  static inline void set_bit_u32(int nr, u_int32_t *addr)
40  {