diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-13 20:39:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-13 20:40:27 +0300 |
commit | aef1ec9f07462e1fd24441cfda2e1f867a50fb9c (patch) | |
tree | 92def6bd69ea9fd528400ad27b8bf0160112a0e3 /src/login | |
parent | a9cab4d027c71a1049f2ed6dd27db550c637d729 (diff) | |
download | hercules-s20160717.tar.gz hercules-s20160717.tar.bz2 hercules-s20160717.tar.xz hercules-s20160717.zip |
Add missing includes into HPM.s20160717
Diffstat (limited to 'src/login')
-rw-r--r-- | src/login/HPMlogin.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/login/HPMlogin.c b/src/login/HPMlogin.c index 472cba3c9..b35ac13cb 100644 --- a/src/login/HPMlogin.c +++ b/src/login/HPMlogin.c @@ -35,9 +35,12 @@ #include "common/db.h" #include "common/des.h" #include "common/ers.h" +#include "common/md5calc.h" #include "common/memmgr.h" +#include "common/mutex.h" #include "common/mmo.h" #include "common/nullpo.h" +#include "common/random.h" #include "common/showmsg.h" #include "common/socket.h" #include "common/spinlock.h" |