From bfe4dcbc390e46b0e57e4521944c3839354d05ba Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 4 Jan 2007 20:33:50 +0000 Subject: (svn r7833) -Fix (r7829): forgot to add debug.h to the includes. --- src/network/core/core.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/network/core') diff --git a/src/network/core/core.c b/src/network/core/core.c index 90b248f74..a4131bdf2 100644 --- 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__ -- cgit v1.2.3-54-g00ecf