diff options
author | rubidium <rubidium@openttd.org> | 2011-01-22 10:10:03 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-01-22 10:10:03 +0000 |
commit | 6ff844e7c410fec8bc3fb20865c21f073f81e75c (patch) | |
tree | c0bb5750f896c21fcc30a844f7e7c2f608c4ac11 /src/network/core | |
parent | eb299736c1bcb277da1862afe95c11cb897effcf (diff) | |
download | openttd-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.h | 4 |
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 */ |