| Index: core/src/fxcrt/fxcrt_posix.cpp
|
| diff --git a/core/src/fxcrt/fxcrt_posix.cpp b/core/src/fxcrt/fxcrt_posix.cpp
|
| index 88e3d8af1df099dd18e3dfc16de3f6e8dffcd3d3..d7df15eb32b57f85a950e7729921ccee0311641c 100644
|
| --- a/core/src/fxcrt/fxcrt_posix.cpp
|
| +++ b/core/src/fxcrt/fxcrt_posix.cpp
|
| @@ -4,9 +4,10 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "../../include/fxcrt/fx_basic.h"
|
| #include "fxcrt_posix.h"
|
|
|
| +#include "core/include/fxcrt/fx_basic.h"
|
| +
|
| #if _FXM_PLATFORM_ == _FXM_PLATFORM_LINUX_ || \
|
| _FXM_PLATFORM_ == _FXM_PLATFORM_APPLE_ || \
|
| _FXM_PLATFORM_ == _FXM_PLATFORM_ANDROID_
|
|
|