summaryrefslogtreecommitdiff
path: root/src/settings.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
commit9ac26e1bf11b5e402d94c0f1f60b8a8ac616a4c2 (patch)
treedd6399ac3bc9f7813081a7cd37da6055249af718 /src/settings.cpp
parentdf12937f1995379203542e220fc121f558aafed1 (diff)
downloadopenttd-9ac26e1bf11b5e402d94c0f1f60b8a8ac616a4c2.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/settings.cpp')
-rw-r--r--src/settings.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index 41615cff0..6b4918f1b 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -25,6 +25,7 @@
#include "screenshot.h"
#include "variables.h"
#include "network/network.h"
+#include "network/network_internal.h"
#include "settings_internal.h"
#include "command_func.h"
#include "console.h"