From: Eric Andersen Date: Wed, 22 Aug 2001 05:36:12 +0000 (-0000) Subject: Add #include to ensure PATH_MAX is defined X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=27656e1868d47b3bf4f04df749ff789e803d6fab;p=oweals%2Fbusybox.git Add #include to ensure PATH_MAX is defined --- diff --git a/busybox/libbb/xgetcwd.c b/busybox/libbb/xgetcwd.c index 274668166..4f7748123 100644 --- a/busybox/libbb/xgetcwd.c +++ b/busybox/libbb/xgetcwd.c @@ -10,6 +10,7 @@ #include #include #include +#include #include "libbb.h" /* Amount to increase buffer size by in each try. */