1
0
Fork 0

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

release/0.6
rubidium 2007-12-22 21:01:49 +00:00
parent 6a9e77e079
commit a7d54cf946
1 changed files with 3 additions and 0 deletions

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"