igmpproxy: bump to 0.2.1
[openwrt/staging/dedeckeh.git] / 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
deleted file mode 100644 (file)
index af0eab8..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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)
- {