summaryrefslogtreecommitdiff
path: root/src/network/network_udp.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-08-04 12:56:38 +0000
committerrubidium <rubidium@openttd.org>2008-08-04 12:56:38 +0000
commiteb5fb4443a4ba00ad8e17fc8df80f6f9547326ad (patch)
treec6e7b9351a95668e363be7d112fb1d28d04bce48 /src/network/network_udp.cpp
parent8018aeac9f6907b434f74b52b7208395c5d11ef3 (diff)
downloadopenttd-eb5fb4443a4ba00ad8e17fc8df80f6f9547326ad.tar.xz
(svn r13988) -Codechange: move the to IP resolving functions to a separate file.
Diffstat (limited to 'src/network/network_udp.cpp')
-rw-r--r--src/network/network_udp.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/network_udp.cpp b/src/network/network_udp.cpp
index a89e0e5ca..7e27ecd4e 100644
--- a/src/network/network_udp.cpp
+++ b/src/network/network_udp.cpp
@@ -16,6 +16,7 @@
#include "network_gamelist.h"
#include "network_udp.h"
#include "network_internal.h"
+#include "core/host.h"
#include "../variables.h"
#include "../newgrf_config.h"
#include "../core/endian_func.hpp"