add chaos_calmer branch
[15.05/openwrt.git] / package / network / services / igmpproxy / patches / 010-missing_include.patch
1 --- a/src/os-linux.h
2 +++ b/src/os-linux.h
3 @@ -3,6 +3,7 @@
4  #include <linux/mroute.h>
5  #include <netinet/ip.h>
6  #include <netinet/igmp.h>
7 +#include <sys/types.h>
8  
9  static inline u_short ip_data_len(const struct ip *ip)
10  {