diff options
Diffstat (limited to 'src/debug.cpp')
-rw-r--r-- | src/debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.cpp b/src/debug.cpp index 9dbf2642c..eb829efed 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -6,7 +6,7 @@ #include <stdio.h> #include <stdarg.h> #include "openttd.h" -#include "console.h" +#include "console_func.h" #include "debug.h" #include "string_func.h" #include "network/core/core.h" |