pathlocks: add include to fcntl.h for O_CLOEXEC

This commit is contained in:
Will Dietz
2019-08-07 07:41:22 -05:00
parent 399b6f3c46
commit c3fefd1a6e
+1
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>