From c0f9d0dce7a4d1ef1b2fd19f98fc0ec94c3887e4 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 22 Aug 2001 05:35:39 +0000 Subject: [PATCH] Add #include to ensure PATH_MAX is defined --- libbb/xgetcwd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libbb/xgetcwd.c b/libbb/xgetcwd.c index 274668166..4f7748123 100644 --- a/libbb/xgetcwd.c +++ b/libbb/xgetcwd.c @@ -10,6 +10,7 @@ #include #include #include +#include #include "libbb.h" /* Amount to increase buffer size by in each try. */