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