From 392d59f6a9d895710ff619ebe980e960b673bca7 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 13 Jan 2008 21:51:53 +0000 Subject: (svn r11840) -Codechange: split network.h so not everything in there needs to be included when wanting to know whether we are a server. --- src/video/dedicated_v.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/video/dedicated_v.cpp') 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" -- cgit v1.2.3-54-g00ecf