summaryrefslogtreecommitdiff
path: root/src/debug.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-08-31 11:51:09 +0000
committerrubidium <rubidium@openttd.org>2008-08-31 11:51:09 +0000
commit05d9c1922632e3ea2493b2e58425ce027c854df0 (patch)
treede8f76db697f6689d799cb8d0b2dd162c1098c22 /src/debug.cpp
parenta20b833516d0a10edc7196b90cae30fe7d78a763 (diff)
downloadopenttd-05d9c1922632e3ea2493b2e58425ce027c854df0.tar.xz
(svn r14200) -Fix (r14199): some OSes failed to compile. Furthermore I hate wrong comments!
Diffstat (limited to 'src/debug.cpp')
-rw-r--r--src/debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.cpp b/src/debug.cpp
index 44e160700..157d033ae 100644
--- a/src/debug.cpp
+++ b/src/debug.cpp
@@ -170,7 +170,7 @@ const char *GetDebugString()
}
#ifdef DEBUG_DUMP_COMMANDS
-#include "fileio.h"
+#include "fileio_func.h"
void CDECL DebugDumpCommands(const char *s, ...)
{