iproute2: update to v4.0.0
[openwrt.git] / package / network / utils / iproute2 / patches / 130-missing_include.patch
1 --- a/lib/namespace.c
2 +++ b/lib/namespace.c
3 @@ -9,6 +9,7 @@
4  
5  #include <fcntl.h>
6  #include <dirent.h>
7 +#include <sys/param.h>
8  
9  #include "utils.h"
10  #include "namespace.h"