diff --git a/firmware/export/system.h b/firmware/export/system.h index 1f8ed033fd..cec47f1a71 100644 --- a/firmware/export/system.h +++ b/firmware/export/system.h @@ -190,6 +190,7 @@ enum { #include "system-sdl.h" #define NEED_GENERIC_BYTESWAPS #endif +#include "bitswap.h" #ifdef NEED_GENERIC_BYTESWAPS static inline uint16_t swap16_hw(uint16_t value)