From 2dfbb2963da6cca8d542b1d6cdc01bca0e45f023 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 25 Jul 2005 07:28:32 +0000 Subject: (svn r2706) Fix !WITH_NETWORK build --- misc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'misc.c') 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" -- cgit v1.2.3-54-g00ecf