diff options
author | rubidium <rubidium@openttd.org> | 2007-01-04 20:33:50 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-01-04 20:33:50 +0000 |
commit | 35b7e0a1b83b4012d3aa68069c2defe005b90f68 (patch) | |
tree | e8d525ec176d86b99559b134b7b0e07fa36abe41 /src/network/core | |
parent | 3d6e71de9f2529e0551d1a86ce2e0b703d8b2d5c (diff) | |
download | openttd-35b7e0a1b83b4012d3aa68069c2defe005b90f68.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.c | 1 |
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__ |