From 35b7e0a1b83b4012d3aa68069c2defe005b90f68 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 4 Jan 2007 20:33:50 +0000 Subject: [PATCH] (svn r7833) -Fix (r7829): forgot to add debug.h to the includes. --- src/network/core/core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/network/core/core.c b/src/network/core/core.c index 90b248f74e..a4131bdf2a 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__