summaryrefslogtreecommitdiff
path: root/src/fios.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fios.cpp')
-rw-r--r--src/fios.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fios.cpp b/src/fios.cpp
index b83520e21..93ec66174 100644
--- a/src/fios.cpp
+++ b/src/fios.cpp
@@ -8,7 +8,6 @@
#include "openttd.h"
#include "variables.h"
#include "heightmap.h"
-#include "table/strings.h"
#include "fios.h"
#include "fileio.h"
#include "core/alloc_func.hpp"
@@ -24,6 +23,8 @@
# include <unistd.h>
#endif /* WIN32 */
+#include "table/strings.h"
+
/* Variables to display file lists */
int _fios_num;