From 27656e1868d47b3bf4f04df749ff789e803d6fab Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 22 Aug 2001 05:36:12 +0000 Subject: [PATCH] Add #include to ensure PATH_MAX is defined --- busybox/libbb/xgetcwd.c | 1 + 1 file changed, 1 insertion(+) 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. */ -- 2.25.1