| author | rubidium |
| Sat, 22 Dec 2007 21:01:49 +0000 | |
| changeset 8616 | 0c0b4b5a67ce |
| parent 8615 | 6b91ca653bad |
| child 8617 | 931e0970d509 |
| src/strings.cpp | file | annotate | diff | comparison | revisions |
--- 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"