(svn r2706) Fix !WITH_NETWORK build
authortron
Mon, 25 Jul 2005 07:28:32 +0000
changeset 2191 5bcc2e995aa6
parent 2190 a82838af8d6b
child 2192 6a4c2d020975
(svn r2706) Fix !WITH_NETWORK build
misc.c
settings.c
--- a/misc.c	Mon Jul 25 07:20:32 2005 +0000
+++ b/misc.c	Mon Jul 25 07:28:32 2005 +0000
@@ -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	Mon Jul 25 07:20:32 2005 +0000
+++ b/settings.c	Mon Jul 25 07:28:32 2005 +0000
@@ -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"