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