1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-16 08:52:40 +01:00

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

This commit is contained in:
rubidium
2010-07-19 17:46:53 +00:00
parent db94e06094
commit 5b1fc7304a
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>