summaryrefslogtreecommitdiff
path: root/console_cmds.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-22 19:16:10 +0000
committertruelight <truelight@openttd.org>2004-12-22 19:16:10 +0000
commitdc8ed63071acb3046151dce9c6a4f7d7c332288b (patch)
tree5d13a2532e2cbd0fd0436df5af3cc1ff318a1324 /console_cmds.c
parent1d1a78c0111053ff86ac0a6a5e9948d7750b5805 (diff)
downloadopenttd-dc8ed63071acb3046151dce9c6a4f7d7c332288b.tar.xz
(svn r1231) -Fix: missing header file for console_cmds.c
Diffstat (limited to 'console_cmds.c')
-rw-r--r--console_cmds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/console_cmds.c b/console_cmds.c
index e513af4ba..e534ef25c 100644
--- a/console_cmds.c
+++ b/console_cmds.c
@@ -8,6 +8,7 @@
#include "network_data.h"
#include "network_client.h"
#include "network_server.h"
+#include "network_udp.h"
#include "command.h"
#include "settings.h"