diff options
author | hemagx <hemagx2@gmail.com> | 2016-02-17 14:26:01 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-07-12 20:58:34 +0200 |
commit | 732c6d6019d608f9f0e151ec75c48fcc498d4f51 (patch) | |
tree | 85691162dcea7fad5c050cf3414bed2e77cc33f9 /src/plugins/HPMHooking.c | |
parent | ad05eb4f2e531f5a9aec6f27d2f69fd53b6525ac (diff) | |
download | hercules-732c6d6019d608f9f0e151ec75c48fcc498d4f51.tar.gz hercules-732c6d6019d608f9f0e151ec75c48fcc498d4f51.tar.bz2 hercules-732c6d6019d608f9f0e151ec75c48fcc498d4f51.tar.xz hercules-732c6d6019d608f9f0e151ec75c48fcc498d4f51.zip |
Interface md5calc.c
Diffstat (limited to 'src/plugins/HPMHooking.c')
-rw-r--r-- | src/plugins/HPMHooking.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking.c b/src/plugins/HPMHooking.c index b383d30a5..be6947754 100644 --- a/src/plugins/HPMHooking.c +++ b/src/plugins/HPMHooking.c @@ -110,6 +110,7 @@ #include "common/console.h" #include "common/db.h" #include "common/des.h" +#include "common/md5calc.h" #include "common/memmgr.h" #include "common/nullpo.h" #include "common/showmsg.h" |