summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-25 07:28:32 +0000
committertron <tron@openttd.org>2005-07-25 07:28:32 +0000
commit2dfbb2963da6cca8d542b1d6cdc01bca0e45f023 (patch)
treee2eba1ce0dcb0121e4c2cd4235e87e155f81e4b4 /misc.c
parentb18af859efdb3b0de27c8cdcb40b4f4b8fcb02d3 (diff)
downloadopenttd-2dfbb2963da6cca8d542b1d6cdc01bca0e45f023.tar.xz
(svn r2706) Fix !WITH_NETWORK build
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c1
1 files changed, 1 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"