diff options
author | Haru <haru@dotalux.com> | 2016-07-13 23:10:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-13 23:10:35 +0200 |
commit | 0d5a0c3df4291f8e272c24e57a16582555506238 (patch) | |
tree | 692c84135973f15e2aaf4df8107507433057ee2d /src | |
parent | a578178faeb66cdc5f329ea15474a1ba06e8ddb2 (diff) | |
parent | 1114c646fc28c893add75d512183f084bece9942 (diff) | |
download | hercules-0d5a0c3df4291f8e272c24e57a16582555506238.tar.gz hercules-0d5a0c3df4291f8e272c24e57a16582555506238.tar.bz2 hercules-0d5a0c3df4291f8e272c24e57a16582555506238.tar.xz hercules-0d5a0c3df4291f8e272c24e57a16582555506238.zip |
Merge pull request #1359 from 4144/travis
Add into travis check for hpm.
Diffstat (limited to 'src')
-rw-r--r-- | src/char/HPMchar.c | 3 | ||||
-rw-r--r-- | src/login/HPMlogin.c | 3 | ||||
-rw-r--r-- | src/map/HPMmap.c | 4 |
3 files changed, 10 insertions, 0 deletions
diff --git a/src/char/HPMchar.c b/src/char/HPMchar.c index c34866e53..e0f81c61f 100644 --- a/src/char/HPMchar.c +++ b/src/char/HPMchar.c @@ -47,10 +47,13 @@ #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/mapindex.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" 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" diff --git a/src/map/HPMmap.c b/src/map/HPMmap.c index 289375323..84544976a 100644 --- a/src/map/HPMmap.c +++ b/src/map/HPMmap.c @@ -31,10 +31,14 @@ #include "common/db.h" #include "common/des.h" #include "common/ers.h" +#include "common/grfio.h" +#include "common/md5calc.h" #include "common/memmgr.h" +#include "common/mutex.h" #include "common/mapindex.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" |