diff options
-rw-r--r-- | libbb/xgetcwd.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
10 | #include <errno.h> | 10 | #include <errno.h> |
11 | #include <unistd.h> | 11 | #include <unistd.h> |
12 | #include <limits.h> | 12 | #include <limits.h> |
13 | #include <sys/param.h> | ||
13 | #include "libbb.h" | 14 | #include "libbb.h" |
14 | 15 | ||
15 | /* Amount to increase buffer size by in each try. */ | 16 | /* Amount to increase buffer size by in each try. */ |