diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/endian_type.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/endian_type.hpp b/src/core/endian_type.hpp index 7c00d91fa..ad0b814c6 100644 --- a/src/core/endian_type.hpp +++ b/src/core/endian_type.hpp @@ -26,7 +26,7 @@ #define TTD_ENDIAN TTD_LITTLE_ENDIAN #elif !defined(TESTING) /* Else include endian[target/host].h, which has the endian-type, autodetected by the Makefile */ - #if defined(STRGEN) + #if defined(STRGEN) || defined(SETTINGSGEN) #include "endian_host.h" #else #include "endian_target.h" |