diff -r 7bdd7593eb9b -r 971f861d5543 src/network/network_data.cpp --- a/src/network/network_data.cpp Mon Jan 07 14:02:26 2008 +0000 +++ b/src/network/network_data.cpp Mon Jan 07 14:23:25 2008 +0000 @@ -5,11 +5,11 @@ #include "../stdafx.h" #include "../debug.h" #include "network_data.h" -#include "../string.h" #include "network_client.h" #include "../command_func.h" #include "../callback_table.h" #include "../core/alloc_func.hpp" +#include "../string_func.h" // Add a command to the local command queue void NetworkAddCommandQueue(NetworkTCPSocketHandler *cs, CommandPacket *cp)