openwrtv3/package/network/utils/iproute2/patches/130-missing_include.patch

11 lines
173 B
Diff
Raw Normal View History

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