diff options
author | rubidium <rubidium@openttd.org> | 2007-06-27 22:26:27 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-06-27 22:26:27 +0000 |
commit | 26d6ba98ee9227e1e1452c6707dcda0b8fc8f958 (patch) | |
tree | 1910216b927e686dc13fd9aa988a6c0cc702ee0a /src/network | |
parent | c692d897cd1bdeb8d4e00349519a460fcdd2c262 (diff) | |
download | openttd-26d6ba98ee9227e1e1452c6707dcda0b8fc8f958.tar.xz |
(svn r10365) -Fix: compiling without png and networking support under MSVC.
Diffstat (limited to 'src/network')
-rw-r--r-- | src/network/network_data.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/network/network_data.h b/src/network/network_data.h index 02c112ae9..dfc1a8be1 100644 --- a/src/network/network_data.h +++ b/src/network/network_data.h @@ -3,11 +3,12 @@ #ifndef NETWORK_DATA_H #define NETWORK_DATA_H +#include "../openttd.h" +#include "network.h" + // Is the network enabled? #ifdef ENABLE_NETWORK -#include "../openttd.h" -#include "network.h" #include "core/os_abstraction.h" #include "core/core.h" #include "core/config.h" |