From 31b0f0be123f6000a3ba36d99198522e112c60ca Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 25 Mar 2015 00:11:07 +0000 Subject: [PATCH] iproute2: fix build error with musl (#19302) Signed-off-by: Felix Fietkau SVN-Revision: 44973 --- .../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 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"