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