From 6cf5c4dfba766eb3bddb8ac26dd0e1634ffa5ee9 Mon Sep 17 00:00:00 2001 From: sin Date: Mon, 14 Apr 2014 11:23:45 +0100 Subject: [PATCH] Include limits.h instead of linux/limits.h --- switch_root.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/switch_root.c b/switch_root.c index b61a3a0..f986950 100644 --- a/switch_root.c +++ b/switch_root.c @@ -2,7 +2,7 @@ #include #include #include -#include +#include #include #include #include