(svn r7833) -Fix (r7829): forgot to add debug.h to the includes.
authorrubidium
Thu, 04 Jan 2007 20:33:50 +0000
changeset 5526 befe0373e6ae
parent 5525 c4aadd23c749
child 5527 7a624281971a
(svn r7833) -Fix (r7829): forgot to add debug.h to the includes.
src/network/core/core.c
--- a/src/network/core/core.c	Thu Jan 04 19:24:42 2007 +0000
+++ b/src/network/core/core.c	Thu Jan 04 20:33:50 2007 +0000
@@ -3,6 +3,7 @@
 #ifdef ENABLE_NETWORK
 
 #include "../../stdafx.h"
+#include "../../debug.h"
 #include "os_abstraction.h"
 
 #ifdef __MORPHOS__