aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/igmpproxy/patches/010-missing_include.patch
blob: af0eab845b8a553ffdc0548e587d3757a448803c (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/os-linux.h
+++ b/src/os-linux.h
@@ -3,6 +3,7 @@
 #include <linux/mroute.h>
 #include <netinet/ip.h>
 #include <netinet/igmp.h>
+#include <sys/types.h>
 
 static inline u_short ip_data_len(const struct ip *ip)
 {