commit 6cf5c4dfba766eb3bddb8ac26dd0e1634ffa5ee9 parent 4d7091cae915b64e0c9d9dce6d45a5ed3e4dd622 Author: sin <sin@2f30.org> Date: Mon, 14 Apr 2014 11:23:45 +0100 Include limits.h instead of linux/limits.h Diffstat:
M | switch_root.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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>