summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc.c1
-rw-r--r--settings.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/misc.c b/misc.c
index 54029c5cd..bc69fa5d7 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 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"