summaryrefslogtreecommitdiff
path: root/src/network/core/host.h
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2009-04-03 12:48:11 +0000
committerglx <glx@openttd.org>2009-04-03 12:48:11 +0000
commitd84fb358f5e8628bc9dc89edf9494248e6fe0a97 (patch)
tree6386ed8078c4f72028922298868f2ca555e36bf3 /src/network/core/host.h
parentab06ed241f4c1a91c0888ced2249fb42e2174ebc (diff)
downloadopenttd-d84fb358f5e8628bc9dc89edf9494248e6fe0a97.tar.xz
(svn r15930) -Fix (r15926): MSVC compilation
Diffstat (limited to 'src/network/core/host.h')
-rw-r--r--src/network/core/host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/core/host.h b/src/network/core/host.h
index 32fb7fc5c..81cb0ff51 100644
--- a/src/network/core/host.h
+++ b/src/network/core/host.h
@@ -5,6 +5,7 @@
*/
#ifndef NETWORK_CORE_HOST_H
+#define NETWORK_CORE_HOST_H
void NetworkFindBroadcastIPs(NetworkAddress *broadcast, int limit);