summaryrefslogtreecommitdiff
path: root/src/network/core
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-01-22 10:10:03 +0000
committerrubidium <rubidium@openttd.org>2011-01-22 10:10:03 +0000
commit6ff844e7c410fec8bc3fb20865c21f073f81e75c (patch)
treec0bb5750f896c21fcc30a844f7e7c2f608c4ac11 /src/network/core
parenteb299736c1bcb277da1862afe95c11cb897effcf (diff)
downloadopenttd-6ff844e7c410fec8bc3fb20865c21f073f81e75c.tar.xz
(svn r21887) -Fix-ish: some headers weren't including the headers they depend on
Diffstat (limited to 'src/network/core')
-rw-r--r--src/network/core/tcp_admin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/core/tcp_admin.h b/src/network/core/tcp_admin.h
index 1d15f398a..7f875c155 100644
--- a/src/network/core/tcp_admin.h
+++ b/src/network/core/tcp_admin.h
@@ -390,8 +390,8 @@ public:
NetworkRecvStatus ReceivePackets();
- const char *ReceiveCommand(Packet *p, CommandPacket *cp);
- void SendCommand(Packet *p, const CommandPacket *cp);
+ const char *ReceiveCommand(Packet *p, struct CommandPacket *cp);
+ void SendCommand(Packet *p, const struct CommandPacket *cp);
};
#endif /* ENABLE_NETWORK */