summaryrefslogtreecommitdiff
path: root/src/dedicated.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dedicated.cpp')
-rw-r--r--src/dedicated.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dedicated.cpp b/src/dedicated.cpp
index bdfbf2c54..1de4d3a49 100644
--- a/src/dedicated.cpp
+++ b/src/dedicated.cpp
@@ -11,6 +11,8 @@
#include "stdafx.h"
+char *_log_file; ///< File to reroute output of a forked OpenTTD to
+
#ifdef ENABLE_NETWORK
#if defined(UNIX) && !defined(__MORPHOS__)