summaryrefslogtreecommitdiff
path: root/src/dedicated.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-07-19 17:46:53 +0000
committerrubidium <rubidium@openttd.org>2010-07-19 17:46:53 +0000
commit5b1fc7304a87362ae6ccca563f0ec1dc1405f9cc (patch)
tree05d786629f3b15056fb7340bb3adb319dadee54d /src/dedicated.cpp
parentdb94e06094b5b8e46de6961ab081e508ee6a8f54 (diff)
downloadopenttd-5b1fc7304a87362ae6ccca563f0ec1dc1405f9cc.tar.xz
(svn r20194) -Fix: compilation with network disabled failed
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>