summaryrefslogtreecommitdiff
path: root/src/common/socket.h
diff options
context:
space:
mode:
authorMatheus Macabu <mkbu95@gmail.com>2013-07-05 14:02:21 -0300
committerMatheus Macabu <mkbu95@gmail.com>2013-07-05 14:02:21 -0300
commitea5a413cdf7eec37141a7fe124cad38d66464ac4 (patch)
tree362b45932adb14f32fbd5b4f756f7a77371a10f2 /src/common/socket.h
parentebc0cc4695e13570bf9eb525a42eeba820ed34cb (diff)
downloadhercules-ea5a413cdf7eec37141a7fe124cad38d66464ac4.tar.gz
hercules-ea5a413cdf7eec37141a7fe124cad38d66464ac4.tar.bz2
hercules-ea5a413cdf7eec37141a7fe124cad38d66464ac4.tar.xz
hercules-ea5a413cdf7eec37141a7fe124cad38d66464ac4.zip
Implemented real-time server stats (in and out data and ram usage), made by Ai4rei; thanks!
Another follow up, now to fix maximum value of chatdori setting; And fixed a bug where warping to a disable map would cause the map-server to crash. Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to 'src/common/socket.h')
-rw-r--r--src/common/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/socket.h b/src/common/socket.h
index 82f8b84c3..0870c9d4e 100644
--- a/src/common/socket.h
+++ b/src/common/socket.h
@@ -6,6 +6,7 @@
#define _SOCKET_H_
#include "../common/cbasetypes.h"
+#include "../config/core.h"
#ifdef WIN32
#include "../common/winapi.h"