aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/130-missing_include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/utils/iproute2/patches/130-missing_include.patch')
-rw-r--r--package/network/utils/iproute2/patches/130-missing_include.patch10
1 files changed, 10 insertions, 0 deletions
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 0000000..8856963
--- /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 <fcntl.h>
+ #include <dirent.h>
++#include <sys/param.h>
+
+ #include "utils.h"
+ #include "namespace.h"