From 4b6e50b22d568ff66fd65214aeb225599ceca667 Mon Sep 17 00:00:00 2001 From: landley Date: Tue, 25 Oct 2005 02:22:13 +0000 Subject: Shaun Jackman noted that limits.h defines path_max and isn't included from find_root_device.c. (We #include it in busybox.h but not libbb.h, it seems. Someday, someone's going to have to clarify for me the difference between those two...) git-svn-id: svn://busybox.net/trunk/busybox@11913 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- libbb/find_root_device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libbb/find_root_device.c b/libbb/find_root_device.c index 7ff65bb57..dfe0cfa7b 100644 --- a/libbb/find_root_device.c +++ b/libbb/find_root_device.c @@ -19,6 +19,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include #include #include #include -- cgit v1.2.3-55-g6feb