(svn r7833) -Fix (r7829): forgot to add debug.h to the includes.

This commit is contained in:
rubidium
2007-01-04 20:33:50 +00:00
parent 3d6e71de9f
commit 35b7e0a1b8

View File

@@ -3,6 +3,7 @@
#ifdef ENABLE_NETWORK #ifdef ENABLE_NETWORK
#include "../../stdafx.h" #include "../../stdafx.h"
#include "../../debug.h"
#include "os_abstraction.h" #include "os_abstraction.h"
#ifdef __MORPHOS__ #ifdef __MORPHOS__