diff options
Diffstat (limited to 'core/fxcrt/cfx_fileaccess_posix.cpp')
-rw-r--r-- | core/fxcrt/cfx_fileaccess_posix.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/fxcrt/cfx_fileaccess_posix.cpp b/core/fxcrt/cfx_fileaccess_posix.cpp index 4aab6fef46..fdcf4ae6bb 100644 --- a/core/fxcrt/cfx_fileaccess_posix.cpp +++ b/core/fxcrt/cfx_fileaccess_posix.cpp @@ -6,6 +6,10 @@ #include "core/fxcrt/cfx_fileaccess_posix.h" +#include <fcntl.h> +#include <sys/stat.h> +#include <unistd.h> + #include <memory> #include "third_party/base/ptr_util.h" |