1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-20 21:19:10 +00:00

(svn r11681) -Fix (r11674): hopefully fix the compile error on big endian machines.

This commit is contained in:
rubidium
2007-12-22 21:01:49 +00:00
parent 6a9e77e079
commit a7d54cf946

View File

@@ -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"