diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 4cd983768..fe49e1473 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -22,7 +22,8 @@ #include "mail.h" #include "map.h" #include "path.h" -#include "mercenary.h" // merc_is_hom_active() +#include "homunculus.h" +#include "mercenary.h" #include "mob.h" // MAX_MOB_RACE_DB #include "npc.h" // fake_nd #include "pet.h" // pet_unlocktarget() |