From f9e118358ef2856a831a40c86becc758fee94bc9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 3 Aug 2014 10:45:31 +0000 Subject: [PATCH] igmpproxy: add missing include Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41957 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../services/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 + #include + #include ++#include + + static inline u_short ip_data_len(const struct ip *ip) + { -- 2.11.0