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"
|
2016-09-30 14:12:26 +08:00
|
|
|
--- a/lib/rt_names.c
|
|
|
|
|
+++ b/lib/rt_names.c
|
|
|
|
|
@@ -18,6 +18,7 @@
|
|
|
|
|
#include <sys/time.h>
|
|
|
|
|
#include <sys/socket.h>
|
|
|
|
|
#include <dirent.h>
|
|
|
|
|
+#include <limits.h>
|
|
|
|
|
|
|
|
|
|
#include <asm/types.h>
|
|
|
|
|
#include <linux/rtnetlink.h>
|