(svn r11681) -Fix (r11674): hopefully fix the compile error on big endian machines.
This commit is contained in:
@@ -35,6 +35,9 @@
|
|||||||
#include "fontcache.h"
|
#include "fontcache.h"
|
||||||
#include "gui.h"
|
#include "gui.h"
|
||||||
#include "strings_func.h"
|
#include "strings_func.h"
|
||||||
|
#if defined(TTD_BIG_ENDIAN)
|
||||||
|
#include "core/endian_func.hpp"
|
||||||
|
#endif
|
||||||
|
|
||||||
/* for opendir/readdir/closedir */
|
/* for opendir/readdir/closedir */
|
||||||
# include "fios.h"
|
# include "fios.h"
|
||||||
|
Reference in New Issue
Block a user