Add #include <sys/param.h> to ensure PATH_MAX is defined
This commit is contained in:
parent
5d60a46269
commit
c0f9d0dce7
@ -10,6 +10,7 @@
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#include <limits.h>
|
||||
#include <sys/param.h>
|
||||
#include "libbb.h"
|
||||
|
||||
/* Amount to increase buffer size by in each try. */
|
||||
|
Loading…
Reference in New Issue
Block a user