1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-15 18:49:10 +00:00

(svn r2706) Fix !WITH_NETWORK build

This commit is contained in:
tron
2005-07-25 07:28:32 +00:00
parent b18af859ef
commit 2dfbb2963d
2 changed files with 2 additions and 0 deletions

1
misc.c
View File

@@ -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"