Merge pull request #3030 from dtzWill/fix/missing-include-ocloexec

pathlocks: add include to fcntl.h for O_CLOEXEC
This commit is contained in:
Eelco Dolstra 2019-08-07 22:03:09 +02:00 committed by GitHub
commit f9021c4c6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <cerrno>
#include <cstdlib>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/file.h>