summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking.c
diff options
context:
space:
mode:
authorHaruna <haru@dotalux.com>2014-11-08 14:42:25 +0100
committerHaruna <haru@dotalux.com>2014-11-08 14:42:25 +0100
commitaf91b9292003ae8e96aae467b8e65cdf7e9da0ab (patch)
tree178879dfa3e9cb36c311026088d59b9c91648c0c /src/plugins/HPMHooking.c
parent14b6322f8cfd6d65d04075825aa93f797a9c3af5 (diff)
parent24c6aa90952a8f458556f4adcfe1ce7981f86262 (diff)
downloadhercules-af91b9292003ae8e96aae467b8e65cdf7e9da0ab.tar.gz
hercules-af91b9292003ae8e96aae467b8e65cdf7e9da0ab.tar.bz2
hercules-af91b9292003ae8e96aae467b8e65cdf7e9da0ab.tar.xz
hercules-af91b9292003ae8e96aae467b8e65cdf7e9da0ab.zip
Merge pull request #381 from 4144/loginplugins
Add support for plugins in login server
Diffstat (limited to 'src/plugins/HPMHooking.c')
-rw-r--r--src/plugins/HPMHooking.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking.c b/src/plugins/HPMHooking.c
index 3f3ecc4ec..da92c90b4 100644
--- a/src/plugins/HPMHooking.c
+++ b/src/plugins/HPMHooking.c
@@ -19,6 +19,7 @@
#define HPM_HOOKS_INCLUDE "../plugins/HPMHooking/HPMHooking_login.Hooks.inc"
#define HPM_POINTS_INCLUDE "../plugins/HPMHooking/HPMHooking_login.HookingPoints.inc"
#define HPM_SOURCES_INCLUDE "../plugins/HPMHooking/HPMHooking_login.sources.inc"
+#include "../login/login.h"
#elif defined (HPMHOOKING_CHAR)
#define HPM_SERVER_TYPE SERVER_TYPE_CHAR
#define HPM_CORE_INCLUDE "../plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc"