diff options
Diffstat (limited to 'core/fxcrt/fxcrt_posix.h')
-rw-r--r-- | core/fxcrt/fxcrt_posix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/fxcrt_posix.h b/core/fxcrt/fxcrt_posix.h index 20faa5c02f..109cf34a51 100644 --- a/core/fxcrt/fxcrt_posix.h +++ b/core/fxcrt/fxcrt_posix.h @@ -7,7 +7,7 @@ #ifndef CORE_FXCRT_FXCRT_POSIX_H_ #define CORE_FXCRT_FXCRT_POSIX_H_ -#include "core/fxcrt/extension.h" +#include "core/fxcrt/ifxcrt_fileaccess.h" #if _FXM_PLATFORM_ == _FXM_PLATFORM_LINUX_ || \ _FXM_PLATFORM_ == _FXM_PLATFORM_APPLE_ || \ |