From 5c1980b7d791dc9480eb67f16c2618597ba57dba Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 25 Mar 2015 00:11:07 +0000 Subject: iproute2: fix build error with musl (#19302) Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44973 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../network/utils/iproute2/patches/130-missing_include.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/network/utils/iproute2/patches/130-missing_include.patch (limited to 'package/network/utils/iproute2/patches') 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" -- cgit v1.2.3