From d28762e63974a9dbe1e642829df185cdd40abde5 Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Sat, 23 Dec 2006 03:24:32 +0000 Subject: - Moved "#include " to cbasetypes.h to ensure it's included before checking if UINT_MAX has been defined. - Minor changes in pc_readdb related to max_level being unsigned. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9561 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/char_sql/int_party.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/char_sql/int_party.c') diff --git a/src/char_sql/int_party.c b/src/char_sql/int_party.c index e39c826d4..025c14e31 100644 --- a/src/char_sql/int_party.c +++ b/src/char_sql/int_party.c @@ -7,13 +7,15 @@ #include #include #include -#include -#include "char.h" + +#include "../common/cbasetypes.h" #include "../common/db.h" #include "../common/strlib.h" #include "../common/socket.h" #include "../common/showmsg.h" +#include "char.h" + #ifndef TXT_SQL_CONVERT struct party_data { struct party party; -- cgit v1.2.3-70-g09d2