Author: nbd Date: 2014-06-09 15:47:56 +0200 (Mon, 09 Jun 2014) New Revision: 41061
Added: trunk/package/libs/libnfnetlink/patches/ trunk/package/libs/libnfnetlink/patches/100-missing_include.patch Log: libnfnetlink: fix musl compile errors Signed-off-by: Felix Fietkau <[email protected]> Added: trunk/package/libs/libnfnetlink/patches/100-missing_include.patch =================================================================== --- trunk/package/libs/libnfnetlink/patches/100-missing_include.patch (rev 0) +++ trunk/package/libs/libnfnetlink/patches/100-missing_include.patch 2014-06-09 13:47:56 UTC (rev 41061) @@ -0,0 +1,10 @@ +--- a/include/libnfnetlink/libnfnetlink.h ++++ b/include/libnfnetlink/libnfnetlink.h +@@ -15,6 +15,7 @@ + #define aligned_u64 unsigned long long __attribute__((aligned(8))) + #endif + ++#include <sys/types.h> + #include <sys/socket.h> /* for sa_family_t */ + #include <linux/netlink.h> + #include <libnfnetlink/linux_nfnetlink.h> _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
