changeset 8120:b4a2c7b7ea3b draft

(svn r11681) -Fix (r11674): hopefully fix the compile error on big endian machines.
author rubidium <rubidium@openttd.org>
date Sat, 22 Dec 2007 21:01:49 +0000
parents b6ec923e9fa8
children 89722abcfd91
files src/strings.cpp
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/strings.cpp
+++ b/src/strings.cpp
@@ -35,6 +35,9 @@
 #include "fontcache.h"
 #include "gui.h"
 #include "strings_func.h"
+#if defined(TTD_BIG_ENDIAN)
+#include "core/endian_func.hpp"
+#endif
 
 /* for opendir/readdir/closedir */
 # include "fios.h"