mirror of https://github.com/OpenTTD/OpenTTD
(svn r11681) -Fix (r11674): hopefully fix the compile error on big endian machines.
parent
6a9e77e079
commit
a7d54cf946
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue