diff options
| -rw-r--r-- | firmware/export/system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h index 1f8ed03..cec47f1 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) |