forked from lix-project/lix
src/libutil/util.cc: include <limit.h> to ensure that PATH_MAX is defined
This commit is contained in:
parent
a17071fef1
commit
bcec46057c
|
@ -12,6 +12,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "util.hh"
|
||||
|
||||
|
|
Loading…
Reference in a new issue