Add #include <sys/param.h> to ensure PATH_MAX is defined

This commit is contained in:
Eric Andersen 2001-08-22 05:35:39 +00:00
parent 5d60a46269
commit c0f9d0dce7

View File

@ -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. */