mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-28 09:39:00 +00:00
29044db278
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48613
11 lines
194 B
Diff
11 lines
194 B
Diff
--- a/lib/namespace.c
|
|
+++ b/lib/namespace.c
|
|
@@ -10,6 +10,7 @@
|
|
#include <fcntl.h>
|
|
#include <dirent.h>
|
|
#include <limits.h>
|
|
+#include <sys/param.h>
|
|
|
|
#include "utils.h"
|
|
#include "namespace.h"
|