forked from lix-project/lix
pathlocks: add include to fcntl.h for O_CLOEXEC
This commit is contained in:
parent
399b6f3c46
commit
c3fefd1a6e
|
@ -5,6 +5,7 @@
|
|||
#include <cerrno>
|
||||
#include <cstdlib>
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/file.h>
|
||||
|
|
Loading…
Reference in a new issue