(svn r21887) -Fix-ish: some headers weren't including the headers they depend on
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user