From 7d0a63b72f93c05b302c08cfb19d5651cef1cdb8 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 13 Nov 2013 22:45:31 -0200 Subject: Follow up 8fda38dcdabbb9d252b0e11fb07b2ad37f9e659f Fixed compiler error on selected systems, thanks to haruna bringing it up! Signed-off-by: shennetsind --- src/map/npc.c | 2 ++ src/map/npc.h | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/map') diff --git a/src/map/npc.c b/src/map/npc.c index effc36a4e..30cb94efe 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -12,6 +12,8 @@ #include "../common/ers.h" #include "../common/db.h" #include "../common/socket.h" +#include "../common/HPM.h" + #include "map.h" #include "log.h" #include "clif.h" diff --git a/src/map/npc.h b/src/map/npc.h index 33be957fb..feee8f203 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -5,11 +5,11 @@ #ifndef _NPC_H_ #define _NPC_H_ -#include "../common/HPM.h" //struct HPluginData - #include "map.h" // struct block_list #include "status.h" // struct status_change #include "unit.h" // struct unit_data + +struct HPluginData; struct block_list; struct npc_data; struct view_data; -- cgit v1.2.3-70-g09d2