summaryrefslogtreecommitdiff
path: root/src/char
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-08-07 14:58:48 +0200
committerHaru <haru@dotalux.com>2014-08-07 14:58:48 +0200
commitc9b2545ebcf50e004c692ce087fc9ba253fcf525 (patch)
treece5e09104a37a155e61b1cd125ca42e9596a4ebb /src/char
parent7c6f45590e10ff0002830418fcff604c90bafb8a (diff)
downloadhercules-c9b2545ebcf50e004c692ce087fc9ba253fcf525.tar.gz
hercules-c9b2545ebcf50e004c692ce087fc9ba253fcf525.tar.bz2
hercules-c9b2545ebcf50e004c692ce087fc9ba253fcf525.tar.xz
hercules-c9b2545ebcf50e004c692ce087fc9ba253fcf525.zip
Fixed some MSVC incompatibilities
- Resolves bugreport:8289 http://hercules.ws/board/tracker/issue-8289-compile-error-vs-2013/ - Disables some winsock-related deprecation warnings. Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/char')
-rw-r--r--src/char/inter.c1
-rw-r--r--src/char/inter.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/char/inter.c b/src/char/inter.c
index ab53fc6da..a7794c9c9 100644
--- a/src/char/inter.c
+++ b/src/char/inter.c
@@ -23,6 +23,7 @@
#include "int_pet.h"
#include "int_quest.h"
#include "int_storage.h"
+#include "../common/cbasetypes.h"
#include "../common/db.h"
#include "../common/malloc.h"
#include "../common/mmo.h"
diff --git a/src/char/inter.h b/src/char/inter.h
index 0bea21363..d7d7c3c2b 100644
--- a/src/char/inter.h
+++ b/src/char/inter.h
@@ -6,6 +6,7 @@
#define CHAR_INTER_H
#include "char.h"
+#include "../common/cbasetypes.h"
#include "../common/sql.h"
struct accreg;