2015-03-25 08:11:07 +08:00
|
|
|
--- a/lib/namespace.c
|
|
|
|
|
+++ b/lib/namespace.c
|
2016-01-04 04:56:45 +08:00
|
|
|
@@ -10,6 +10,7 @@
|
2015-03-25 08:11:07 +08:00
|
|
|
#include <fcntl.h>
|
|
|
|
|
#include <dirent.h>
|
2016-01-04 04:56:45 +08:00
|
|
|
#include <limits.h>
|
2015-03-25 08:11:07 +08:00
|
|
|
+#include <sys/param.h>
|
2016-02-02 02:04:00 +08:00
|
|
|
|
2015-03-25 08:11:07 +08:00
|
|
|
#include "utils.h"
|
|
|
|
|
#include "namespace.h"
|