summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-13 21:51:53 +0000
committerrubidium <rubidium@openttd.org>2008-01-13 21:51:53 +0000
commit392d59f6a9d895710ff619ebe980e960b673bca7 (patch)
treedd6399ac3bc9f7813081a7cd37da6055249af718 /src/openttd.cpp
parent3ca95f2a85d2347f28424a479fa3323f4a86bca7 (diff)
downloadopenttd-392d59f6a9d895710ff619ebe980e960b673bca7.tar.xz
(svn r11840) -Codechange: split network.h so not everything in there needs to be included when wanting to know whether we are a server.
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 0e0e783d5..f53b4a621 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -37,6 +37,7 @@
#include "console.h"
#include "screenshot.h"
#include "network/network.h"
+#include "network/network_internal.h"
#include "signs.h"
#include "depot.h"
#include "waypoint.h"