summaryrefslogtreecommitdiff
path: root/network_data.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-22 07:02:20 +0000
committertron <tron@openttd.org>2005-07-22 07:02:20 +0000
commit559babcdc96d5e2de5e964c9d9b6109e4cfbcffc (patch)
treea0e2e73a80ed38f5da703450b9ee48e2f933b198 /network_data.c
parent18d79cc30f1a4946abce0cf31f8a0469f1bdadfa (diff)
downloadopenttd-559babcdc96d5e2de5e964c9d9b6109e4cfbcffc.tar.xz
(svn r2673) Include functions.h directly, not globally via openttd.h
Diffstat (limited to 'network_data.c')
-rw-r--r--network_data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/network_data.c b/network_data.c
index 02cecfc06..6462144d3 100644
--- a/network_data.c
+++ b/network_data.c
@@ -5,6 +5,7 @@
// Is the network enabled?
#ifdef ENABLE_NETWORK
+#include "functions.h"
#include "string.h"
#include "table/strings.h"
#include "network_client.h"