diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-28 10:19:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-28 10:19:26 +0000 |
commit | 2d13d8dc767142e4b75aabd9264e2749518b1d28 (patch) | |
tree | 0097293029d564894f98ef72d7b8e910a3371df6 /package/libs/libnfnetlink/patches | |
parent | 5441f566859a350f970d5aad510b950ee6d9f502 (diff) | |
download | upstream-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/libs/libnfnetlink/patches')
-rw-r--r-- | package/libs/libnfnetlink/patches/100-missing_include.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libs/libnfnetlink/patches/100-missing_include.patch b/package/libs/libnfnetlink/patches/100-missing_include.patch index 68155c3005..163307d895 100644 --- a/package/libs/libnfnetlink/patches/100-missing_include.patch +++ b/package/libs/libnfnetlink/patches/100-missing_include.patch @@ -8,3 +8,13 @@ #include <sys/socket.h> /* for sa_family_t */ #include <linux/netlink.h> #include <libnfnetlink/linux_nfnetlink.h> +--- a/include/libnfnetlink/linux_nfnetlink.h ++++ b/include/libnfnetlink/linux_nfnetlink.h +@@ -1,6 +1,6 @@ + #ifndef _NFNETLINK_H + #define _NFNETLINK_H +-#include <linux/types.h> ++#include <sys/types.h> + #include <libnfnetlink/linux_nfnetlink_compat.h> + + enum nfnetlink_groups { |