From 6bdedb51a699da153894c4a111c5112d6533c525 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 25 Jul 2005 07:28:32 +0000 Subject: [PATCH] (svn r2706) Fix !WITH_NETWORK build --- misc.c | 1 + settings.c | 1 + 2 files changed, 2 insertions(+) diff --git a/misc.c b/misc.c index 54029c5cdc..bc69fa5d74 100644 --- a/misc.c +++ b/misc.c @@ -3,6 +3,7 @@ #include "stdafx.h" #include "openttd.h" #include "functions.h" +#include "player.h" #include "string.h" #include "strings.h" // XXX GetParam* #include "table/strings.h" diff --git a/settings.c b/settings.c index 7b5767f826..6f2a51962f 100644 --- a/settings.c +++ b/settings.c @@ -3,6 +3,7 @@ #include "stdafx.h" #include "openttd.h" #include "functions.h" +#include "macros.h" #include "screenshot.h" #include "sound.h" #include "spritecache.h"