summaryrefslogtreecommitdiff
path: root/src/network/core
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-01-04 20:33:50 +0000
committerrubidium <rubidium@openttd.org>2007-01-04 20:33:50 +0000
commitbfe4dcbc390e46b0e57e4521944c3839354d05ba (patch)
treee8d525ec176d86b99559b134b7b0e07fa36abe41 /src/network/core
parentfa4d49f8388c3dd60acea1fbc24a109a3a6c0d24 (diff)
downloadopenttd-bfe4dcbc390e46b0e57e4521944c3839354d05ba.tar.xz
(svn r7833) -Fix (r7829): forgot to add debug.h to the includes.
Diffstat (limited to 'src/network/core')
-rw-r--r--src/network/core/core.c1
1 files changed, 1 insertions, 0 deletions
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__