diff options
author | rubidium <rubidium@openttd.org> | 2010-12-06 11:53:05 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-12-06 11:53:05 +0000 |
commit | 54f3e045906a5e842550a1e969eb6f84b978914a (patch) | |
tree | deb08335c605b5164a2e9eba2a99463c3c0f2736 /src/network/core | |
parent | 378e233023353b7a9abe97bd0ba3cc07896addbe (diff) | |
download | openttd-54f3e045906a5e842550a1e969eb6f84b978914a.tar.xz |
(svn r21418) -Fix: core.h needs config.h
Diffstat (limited to 'src/network/core')
-rw-r--r-- | src/network/core/core.h | 1 |
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 |