diff options
author | tron <tron@openttd.org> | 2005-07-25 07:28:32 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-07-25 07:28:32 +0000 |
commit | 2dfbb2963da6cca8d542b1d6cdc01bca0e45f023 (patch) | |
tree | e2eba1ce0dcb0121e4c2cd4235e87e155f81e4b4 | |
parent | b18af859efdb3b0de27c8cdcb40b4f4b8fcb02d3 (diff) | |
download | openttd-2dfbb2963da6cca8d542b1d6cdc01bca0e45f023.tar.xz |
(svn r2706) Fix !WITH_NETWORK build
-rw-r--r-- | misc.c | 1 | ||||
-rw-r--r-- | settings.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 7b5767f82..6f2a51962 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" |