openwrtv3/package/network/utils/iproute2/patches/130-missing_include.patch
Felix Fietkau 31b0f0be12 iproute2: fix build error with musl (#19302)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 44973
2015-03-25 00:11:07 +00:00

10 lines
173 B
Diff

--- 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"