| Index: core/src/fxcodec/lbmp/fx_bmp.h
|
| diff --git a/core/src/fxcodec/lbmp/fx_bmp.h b/core/src/fxcodec/lbmp/fx_bmp.h
|
| index 2f05f2ca1ce3c642bc9587682cd67b12144c2c1b..d1232f1f11ab83e3331ac1790f09112c19656910 100644
|
| --- a/core/src/fxcodec/lbmp/fx_bmp.h
|
| +++ b/core/src/fxcodec/lbmp/fx_bmp.h
|
| @@ -6,7 +6,7 @@
|
|
|
| #include <setjmp.h>
|
|
|
| -#include "../../../include/fxcrt/fx_basic.h"
|
| +#include "core/include/fxcrt/fx_basic.h"
|
|
|
| #define BMP_SUPPORT_BITFIELD
|
| #define BMP_WIDTHBYTES(width, bitCount) ((width * bitCount) + 31) / 32 * 4
|
|
|