Author: nbd Date: 2015-03-25 01:11:07 +0100 (Wed, 25 Mar 2015) New Revision: 44973
Added: trunk/package/network/utils/iproute2/patches/130-missing_include.patch Log: iproute2: fix build error with musl (#19302) Signed-off-by: Felix Fietkau <[email protected]> Added: trunk/package/network/utils/iproute2/patches/130-missing_include.patch =================================================================== --- trunk/package/network/utils/iproute2/patches/130-missing_include.patch (rev 0) +++ trunk/package/network/utils/iproute2/patches/130-missing_include.patch 2015-03-25 00:11:07 UTC (rev 44973) @@ -0,0 +1,10 @@ +--- a/lib/namespace.c ++++ b/lib/namespace.c +@@ -9,6 +9,7 @@ + + #include <fcntl.h> + #include <dirent.h> ++#include <sys/param.h> + + #include "utils.h" + #include "namespace.h" _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
