From b993924a4b5e82f3961d6b5a579c0204c9e36809 Mon Sep 17 00:00:00 2001 From: Haru Date: Tue, 20 Oct 2015 16:06:42 +0200 Subject: Corrected a compilation issue in plugins that use the memmgr interface Follow-up to 54d1c8b93adbeee5838b8dadabeb789b9fa6c511 Signed-off-by: Haru --- src/common/memmgr.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/common/memmgr.h') 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 */ -- cgit v1.2.3-60-g2f50