commit 6cf5c4dfba766eb3bddb8ac26dd0e1634ffa5ee9 Author: sin <[email protected]> Date: Mon Apr 14 11:23:45 2014 +0100
Include limits.h instead of linux/limits.h
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 <stdio.h>
#include <stdlib.h>
#include <linux/magic.h>
-#include <linux/limits.h>
+#include <limits.h>
#include <unistd.h>
#include <sys/mount.h>
#include <sys/stat.h>
