summaryrefslogtreecommitdiff
path: root/src/video
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/video
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/video')
-rw-r--r--src/video/dedicated_v.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/dedicated_v.cpp b/src/video/dedicated_v.cpp
index 0ba791c93..c952ff093 100644
--- a/src/video/dedicated_v.cpp
+++ b/src/video/dedicated_v.cpp
@@ -8,6 +8,7 @@
#include "../debug.h"
#include "../gfx_func.h"
#include "../network/network.h"
+#include "../network/network_internal.h"
#include "../console.h"
#include "../variables.h"
#include "../genworld.h"