aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/130-missing_include.patch
blob: 8856963110b0943d319cdfccf95b34b26ece673a (plain)
1
2
3
4
5
6
7
8
9
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"