changeset 2191:e8e4d71613a1 draft

(svn r2706) Fix !WITH_NETWORK build
author tron <tron@openttd.org>
date Mon, 25 Jul 2005 07:28:32 +0000
parents 148c96f95fdd
children 168c6a9dda8b
files misc.c settings.c
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"
--- 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"