aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/conntrack-tools/patches/100-missing_include.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-28 10:19:26 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-28 10:19:26 +0000
commit2d13d8dc767142e4b75aabd9264e2749518b1d28 (patch)
tree0097293029d564894f98ef72d7b8e910a3371df6 /package/network/utils/conntrack-tools/patches/100-missing_include.patch
parent5441f566859a350f970d5aad510b950ee6d9f502 (diff)
downloadupstream-2d13d8dc767142e4b75aabd9264e2749518b1d28.tar.gz
upstream-2d13d8dc767142e4b75aabd9264e2749518b1d28.tar.bz2
upstream-2d13d8dc767142e4b75aabd9264e2749518b1d28.zip
conntrack-tools: update package (along with associated libraries) to the latest version, fix musl build issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45077
Diffstat (limited to 'package/network/utils/conntrack-tools/patches/100-missing_include.patch')
-rw-r--r--package/network/utils/conntrack-tools/patches/100-missing_include.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/network/utils/conntrack-tools/patches/100-missing_include.patch b/package/network/utils/conntrack-tools/patches/100-missing_include.patch
new file mode 100644
index 0000000000..a4c7f9b625
--- /dev/null
+++ b/package/network/utils/conntrack-tools/patches/100-missing_include.patch
@@ -0,0 +1,10 @@
+--- a/include/mcast.h
++++ b/include/mcast.h
+@@ -4,6 +4,7 @@
+ #include <stdint.h>
+ #include <netinet/in.h>
+ #include <net/if.h>
++#include <sys/select.h>
+
+ struct mcast_conf {
+ int ipproto;