summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-10-20 16:06:42 +0200
committerHaru <haru@dotalux.com>2015-10-20 16:07:44 +0200
commitb993924a4b5e82f3961d6b5a579c0204c9e36809 (patch)
tree41a061caa5a0521c2bf6630a4e9ad73d62a56c5c
parent607409506c76ee14a4cfefc4d9ab64f1582798a2 (diff)
downloadhercules-b993924a4b5e82f3961d6b5a579c0204c9e36809.tar.gz
hercules-b993924a4b5e82f3961d6b5a579c0204c9e36809.tar.bz2
hercules-b993924a4b5e82f3961d6b5a579c0204c9e36809.tar.xz
hercules-b993924a4b5e82f3961d6b5a579c0204c9e36809.zip
Corrected a compilation issue in plugins that use the memmgr interface
Follow-up to 54d1c8b93adbeee5838b8dadabeb789b9fa6c511 Signed-off-by: Haru <haru@dotalux.com>
-rw-r--r--src/common/memmgr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/memmgr.h b/src/common/memmgr.h
index b194c7cf3..c5a3358db 100644
--- a/src/common/memmgr.h
+++ b/src/common/memmgr.h
@@ -1,8 +1,8 @@
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
-#ifndef COMMON_MALLOC_H
-#define COMMON_MALLOC_H
+#ifndef COMMON_MEMMGR_H
+#define COMMON_MEMMGR_H
#include "common/hercules.h"
@@ -86,4 +86,4 @@ void memmgr_report(int extra);
HPShared struct malloc_interface *iMalloc;
-#endif /* COMMON_MALLOC_H */
+#endif /* COMMON_MEMMGR_H */