(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 fa4d49f838
commit bfe4dcbc39
1 changed files with 1 additions and 0 deletions

View File

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