(svn r20194) -Fix: compilation with network disabled failed
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user