aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/130-missing_include.patch
blob: 88dfd8585f0117fab29850730841b4fbba2f010a (plain)
1
2
3
4
5
6
7
8
9
10
--- a/lib/namespace.c
+++ b/lib/namespace.c
@@ -10,6 +10,7 @@
 #include <fcntl.h>
 #include <dirent.h>
 #include <limits.h>
+#include <sys/param.h>
 
 #include "utils.h"
 #include "namespace.h"