summaryrefslogtreecommitdiff
path: root/package/network
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-08-03 10:45:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-08-03 10:45:31 +0000
commit3e0247b95fa2aea8f09b025d4364b56a5f92d955 (patch)
tree8dd667a74482e58c80107876ae1cb33a1da4411c /package/network
parent34a1ee8410ab9c310b6f782211b04e3b2b96adbc (diff)
downloadmtk-20170518-3e0247b95fa2aea8f09b025d4364b56a5f92d955.zip
mtk-20170518-3e0247b95fa2aea8f09b025d4364b56a5f92d955.tar.gz
mtk-20170518-3e0247b95fa2aea8f09b025d4364b56a5f92d955.tar.bz2
igmpproxy: add missing include
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41957
Diffstat (limited to 'package/network')
-rw-r--r--package/network/services/igmpproxy/patches/010-missing_include.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/network/services/igmpproxy/patches/010-missing_include.patch b/package/network/services/igmpproxy/patches/010-missing_include.patch
new file mode 100644
index 0000000..af0eab8
--- /dev/null
+++ b/package/network/services/igmpproxy/patches/010-missing_include.patch
@@ -0,0 +1,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)
+ {