diff -aur busybox-0.60.2.orig/mount.c busybox-0.60.2/mount.c --- busybox-0.60.2.orig/mount.c Thu Jan 24 14:53:53 2002 +++ busybox-0.60.2/mount.c Thu Jan 24 14:54:36 2002 @@ -44,6 +44,7 @@ */ #include +#include /* for PATH_MAX on systems that don't have it in limits.h */ #include #include #include diff -aur busybox-0.60.2.orig/umount.c busybox-0.60.2/umount.c --- busybox-0.60.2.orig/umount.c Thu Jan 24 14:53:53 2002 +++ busybox-0.60.2/umount.c Thu Jan 24 15:59:54 2002 @@ -23,6 +23,7 @@ */ #include +#include /* for PATH_MAX on systems that don't have it in limits.h */ #include #include #include