iproute2: fix build error with musl (#19302)
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 25 Mar 2015 00:11:07 +0000 (00:11 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 25 Mar 2015 00:11:07 +0000 (00:11 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44973 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/network/utils/iproute2/patches/130-missing_include.patch [new file with mode: 0644]

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 (file)
index 0000000..8856963
--- /dev/null
@@ -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"