mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-03 04:43:12 +00:00
(svn r11681) -Fix (r11674): hopefully fix the compile error on big endian machines.
This commit is contained in:
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
Block a user