diff options
author | Will Dietz <w@wdtz.org> | 2019-08-07T12·34-0500 |
---|---|---|
committer | Will Dietz <w@wdtz.org> | 2019-08-07T12·41-0500 |
commit | c3fefd1a6efec457395a187d15f435447dee6f3b (patch) | |
tree | 95035691e01cc605d8398e90a91f5f0613e7030e /src/libstore/pathlocks.cc | |
parent | 399b6f3c46077e10a7047e8216fc1a67425a768a (diff) |
pathlocks: add include to fcntl.h for O_CLOEXEC
Diffstat (limited to 'src/libstore/pathlocks.cc')
-rw-r--r-- | src/libstore/pathlocks.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstore/pathlocks.cc b/src/libstore/pathlocks.cc index b6d8547c70e6..2635e3940af8 100644 --- a/src/libstore/pathlocks.cc +++ b/src/libstore/pathlocks.cc @@ -5,6 +5,7 @@ #include <cerrno> #include <cstdlib> +#include <fcntl.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/file.h> |