iproute2: update to 4.3.0
[openwrt/staging/yousong.git] / package / network / utils / iproute2 / patches / 130-missing_include.patch
index 8856963110b0943d319cdfccf95b34b26ece673a..6dc63e41284bf23f0350a5d3d85cc3a8f9176bc5 100644 (file)
@@ -1,10 +1,10 @@
 --- a/lib/namespace.c
 +++ b/lib/namespace.c
-@@ -9,6 +9,7 @@
+@@ -10,6 +10,7 @@
  #include <fcntl.h>
  #include <dirent.h>
+ #include <limits.h>
 +#include <sys/param.h>
+
  #include "utils.h"
  #include "namespace.h"