diff options
author | hemagx <hemagx2@gmail.com> | 2016-02-17 14:01:22 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-07-12 20:58:31 +0200 |
commit | a19ecac6d3405652f766eb7b18c7ee6a3270a78b (patch) | |
tree | e4caf7d3cead26529b412dd207275c4c45e239fb /src/plugins | |
parent | 4b8dd1cdaadba7ae2200f114a4e11ef62454eaa1 (diff) | |
download | hercules-a19ecac6d3405652f766eb7b18c7ee6a3270a78b.tar.gz hercules-a19ecac6d3405652f766eb7b18c7ee6a3270a78b.tar.bz2 hercules-a19ecac6d3405652f766eb7b18c7ee6a3270a78b.tar.xz hercules-a19ecac6d3405652f766eb7b18c7ee6a3270a78b.zip |
Interface des.c
Diffstat (limited to 'src/plugins')
-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 4fb7911c2..b383d30a5 100644 --- a/src/plugins/HPMHooking.c +++ b/src/plugins/HPMHooking.c @@ -109,6 +109,7 @@ #include "common/conf.h" #include "common/console.h" #include "common/db.h" +#include "common/des.h" #include "common/memmgr.h" #include "common/nullpo.h" #include "common/showmsg.h" |