changeset 5526:a19ac0090044 draft

(svn r7833) -Fix (r7829): forgot to add debug.h to the includes.
author rubidium <rubidium@openttd.org>
date Thu, 04 Jan 2007 20:33:50 +0000
parents 606a2d8c2471
children 6ada59e62c1b
files src/network/core/core.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/network/core/core.c
+++ b/src/network/core/core.c
@@ -3,6 +3,7 @@
 #ifdef ENABLE_NETWORK
 
 #include "../../stdafx.h"
+#include "../../debug.h"
 #include "os_abstraction.h"
 
 #ifdef __MORPHOS__