pathlocks: add include to fcntl.h for O_CLOEXEC

This commit is contained in:
Will Dietz 2019-08-07 07:34:11 -05:00
parent 399b6f3c46
commit c3fefd1a6e
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02
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>