(svn r11681) -Fix (r11674): hopefully fix the compile error on big endian machines.
authorrubidium
Sat, 22 Dec 2007 21:01:49 +0000
changeset 8120 7128bb2b57a3
parent 8119 52b48108425a
child 8121 3bc6351e7369
(svn r11681) -Fix (r11674): hopefully fix the compile error on big endian machines.
src/strings.cpp
--- a/src/strings.cpp	Fri Dec 21 22:50:51 2007 +0000
+++ b/src/strings.cpp	Sat Dec 22 21:01:49 2007 +0000
@@ -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"