diff options
Diffstat (limited to 'core/include/fdrm')
-rw-r--r-- | core/include/fdrm/fx_crypt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/include/fdrm/fx_crypt.h b/core/include/fdrm/fx_crypt.h index af72fcf470..f820999b28 100644 --- a/core/include/fdrm/fx_crypt.h +++ b/core/include/fdrm/fx_crypt.h @@ -7,7 +7,7 @@ #ifndef CORE_INCLUDE_FDRM_FX_CRYPT_H_ #define CORE_INCLUDE_FDRM_FX_CRYPT_H_ -#include "../fxcrt/fx_basic.h" +#include "../fxcrt/fx_system.h" #ifdef __cplusplus extern "C" { |