diff options
author | Ibrahem Hossam <hemagx2@gmail.com> | 2016-04-16 15:37:47 +0200 |
---|---|---|
committer | Ibrahem Hossam <hemagx2@gmail.com> | 2016-04-16 15:37:47 +0200 |
commit | bbcb0406e5a430d1c85b3448f88a72f342530cf0 (patch) | |
tree | cc2348d9a18ea4d7e462e0247aeb8d23a1808abf /src/plugins/HPMHooking.c | |
parent | c7410453a15110a12d9fffb06b70e9557fb9f73a (diff) | |
parent | 8448e3f8cdcbf820e304a68c7507a0ed96d53544 (diff) | |
download | hercules-bbcb0406e5a430d1c85b3448f88a72f342530cf0.tar.gz hercules-bbcb0406e5a430d1c85b3448f88a72f342530cf0.tar.bz2 hercules-bbcb0406e5a430d1c85b3448f88a72f342530cf0.tar.xz hercules-bbcb0406e5a430d1c85b3448f88a72f342530cf0.zip |
Merge pull request #1255 from HerculesWS/login-clif_rewrite
Diffstat (limited to 'src/plugins/HPMHooking.c')
-rw-r--r-- | src/plugins/HPMHooking.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/HPMHooking.c b/src/plugins/HPMHooking.c index 7a26c8f98..6530035b9 100644 --- a/src/plugins/HPMHooking.c +++ b/src/plugins/HPMHooking.c @@ -2,7 +2,7 @@ * This file is part of Hercules. * http://herc.ws - http://github.com/HerculesWS/Hercules * - * Copyright (C) 2013-2015 Hercules Dev Team + * Copyright (C) 2013-2016 Hercules Dev Team * * Hercules is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -29,6 +29,8 @@ #define HPM_HOOKS_INCLUDE "HPMHooking/HPMHooking_login.Hooks.inc" #define HPM_POINTS_INCLUDE "HPMHooking/HPMHooking_login.HookingPoints.inc" #define HPM_SOURCES_INCLUDE "HPMHooking/HPMHooking_login.sources.inc" +#include "login/lclif.h" +#include "login/lclif.p.h" #include "login/login.h" #elif defined (HPMHOOKING_CHAR) #define HPM_SERVER_TYPE SERVER_TYPE_CHAR |