(svn r14486) -Fix (r13343)(r14484): compilation with desync debug was broken
authorsmatz
Sat, 18 Oct 2008 14:16:29 +0000
changeset 10255 2dc0a143e2da
parent 10254 db693bb125a7
child 10256 d69ddb1a8422
(svn r14486) -Fix (r13343)(r14484): compilation with desync debug was broken
src/core/random_func.cpp
src/network/network.cpp
--- a/src/core/random_func.cpp	Sat Oct 18 14:11:09 2008 +0000
+++ b/src/core/random_func.cpp	Sat Oct 18 14:16:29 2008 +0000
@@ -35,7 +35,7 @@
 }
 
 #ifdef RANDOM_DEBUG
-#include "../network/network_data.h"
+#include "../network/network_internal.h"
 #include "../variables.h" /* _frame_counter */
 #include "../company_func.h"
 
--- a/src/network/network.cpp	Sat Oct 18 14:11:09 2008 +0000
+++ b/src/network/network.cpp	Sat Oct 18 14:16:29 2008 +0000
@@ -38,6 +38,7 @@
 #include "../rev.h"
 #ifdef DEBUG_DUMP_COMMANDS
 	#include "../core/alloc_func.hpp"
+	#include "../fileio_func.h"
 #endif /* DEBUG_DUMP_COMMANDS */
 #include "table/strings.h"
 #include "../company_base.h"