(svn r20194) -Fix: compilation with network disabled failed

This commit is contained in:
rubidium
2010-07-19 17:46:53 +00:00
parent 658dc6b931
commit 1062330ba1
3 changed files with 11 additions and 7 deletions

View File

@@ -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>