(svn r2706) Fix !WITH_NETWORK build
authortron
Mon, 25 Jul 2005 07:28:32 +0000
changeset 2191 cb4985f271ae
parent 2190 4fa75bf16705
child 2192 57118ff67922
(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"