Browse Source

iproute2: fix build error with musl (#19302)

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 44973
Felix Fietkau 11 years ago
parent
commit
31b0f0be12
1 changed files with 10 additions and 0 deletions
  1. 10 0
      package/network/utils/iproute2/patches/130-missing_include.patch

+ 10 - 0
package/network/utils/iproute2/patches/130-missing_include.patch

@@ -0,0 +1,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"