Skip to content

Commit

Permalink
Corrected a compilation issue in plugins that use the memmgr interface
Browse files Browse the repository at this point in the history
Follow-up to 54d1c8b

Signed-off-by: Haru <[email protected]>
  • Loading branch information
MishimaHaruna committed Oct 20, 2015
1 parent 6074095 commit b993924
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/common/memmgr.h
Original file line number Diff line number Diff line change
@@ -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"

Expand Down Expand Up @@ -86,4 +86,4 @@ void memmgr_report(int extra);

HPShared struct malloc_interface *iMalloc;

#endif /* COMMON_MALLOC_H */
#endif /* COMMON_MEMMGR_H */

0 comments on commit b993924

Please sign in to comment.