summaryrefslogtreecommitdiff
path: root/src/map/npc.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-11-13 22:45:31 -0200
committershennetsind <ind@henn.et>2013-11-13 22:45:31 -0200
commit7d0a63b72f93c05b302c08cfb19d5651cef1cdb8 (patch)
tree0252fdbf4234314334de3328b11d508e7ecada84 /src/map/npc.c
parent8fda38dcdabbb9d252b0e11fb07b2ad37f9e659f (diff)
downloadhercules-7d0a63b72f93c05b302c08cfb19d5651cef1cdb8.tar.gz
hercules-7d0a63b72f93c05b302c08cfb19d5651cef1cdb8.tar.bz2
hercules-7d0a63b72f93c05b302c08cfb19d5651cef1cdb8.tar.xz
hercules-7d0a63b72f93c05b302c08cfb19d5651cef1cdb8.zip
Follow up 8fda38dcdabbb9d252b0e11fb07b2ad37f9e659f
Fixed compiler error on selected systems, thanks to haruna bringing it up! Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/npc.c')
-rw-r--r--src/map/npc.c2
1 files changed, 2 insertions, 0 deletions
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"