summaryrefslogtreecommitdiff
path: root/src/network/core/core.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-12-06 11:53:05 +0000
committerrubidium <rubidium@openttd.org>2010-12-06 11:53:05 +0000
commit54f3e045906a5e842550a1e969eb6f84b978914a (patch)
treedeb08335c605b5164a2e9eba2a99463c3c0f2736 /src/network/core/core.h
parent378e233023353b7a9abe97bd0ba3cc07896addbe (diff)
downloadopenttd-54f3e045906a5e842550a1e969eb6f84b978914a.tar.xz
(svn r21418) -Fix: core.h needs config.h
Diffstat (limited to 'src/network/core/core.h')
-rw-r--r--src/network/core/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/core/core.h b/src/network/core/core.h
index 10df20af7..083ec02b2 100644
--- a/src/network/core/core.h
+++ b/src/network/core/core.h
@@ -15,6 +15,7 @@
#define NETWORK_CORE_H
#include "../../newgrf_config.h"
+#include "config.h"
#ifdef ENABLE_NETWORK