From 3e0247b95fa2aea8f09b025d4364b56a5f92d955 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 3 Aug 2014 10:45:31 +0000
Subject: [PATCH] igmpproxy: add missing include

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 41957
---
 .../igmpproxy/patches/010-missing_include.patch        | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 package/network/services/igmpproxy/patches/010-missing_include.patch

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 0000000000..af0eab845b
--- /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)
+ {
-- 
GitLab