From: Felix Fietkau Date: Wed, 25 Mar 2015 00:11:07 +0000 (+0000) Subject: iproute2: fix build error with musl (#19302) X-Git-Tag: reboot~3764 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=31b0f0be123f6000a3ba36d99198522e112c60ca;p=openwrt%2Fstaging%2Fchunkeey.git iproute2: fix build error with musl (#19302) Signed-off-by: Felix Fietkau SVN-Revision: 44973 --- diff --git a/package/network/utils/iproute2/patches/130-missing_include.patch b/package/network/utils/iproute2/patches/130-missing_include.patch new file mode 100644 index 0000000000..8856963110 --- /dev/null +++ b/package/network/utils/iproute2/patches/130-missing_include.patch @@ -0,0 +1,10 @@ +--- a/lib/namespace.c ++++ b/lib/namespace.c +@@ -9,6 +9,7 @@ + + #include + #include ++#include + + #include "utils.h" + #include "namespace.h"