diff options
author | hemagx <hemagx2@gmail.com> | 2016-02-17 15:29:36 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-07-12 20:58:36 +0200 |
commit | 909b9d35ff9bdaaac784cf88f669eea0982fdd58 (patch) | |
tree | ab82dbcd0b448f20e3787cf2e5f34758327f7e1e /src/plugins/HPMHooking.c | |
parent | 591e877c7f30d4c9d34b996f245b0ad0ee81c46d (diff) | |
download | hercules-909b9d35ff9bdaaac784cf88f669eea0982fdd58.tar.gz hercules-909b9d35ff9bdaaac784cf88f669eea0982fdd58.tar.bz2 hercules-909b9d35ff9bdaaac784cf88f669eea0982fdd58.tar.xz hercules-909b9d35ff9bdaaac784cf88f669eea0982fdd58.zip |
Interface mutex.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 be6947754..0b1b67e61 100644 --- a/src/plugins/HPMHooking.c +++ b/src/plugins/HPMHooking.c @@ -112,6 +112,7 @@ #include "common/des.h" #include "common/md5calc.h" #include "common/memmgr.h" +#include "common/mutex.h" #include "common/nullpo.h" #include "common/showmsg.h" #include "common/socket.h" |