From f9c26f80c5f95e1860722a33bdc6e8af39beb482 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 22 Dec 2007 21:01:49 +0000 Subject: (svn r11681) -Fix (r11674): hopefully fix the compile error on big endian machines. --- src/strings.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/strings.cpp b/src/strings.cpp index e6951633c..862d5b47b 100644 --- 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" -- cgit v1.2.3-54-g00ecf