summaryrefslogtreecommitdiff
path: root/src/map/npc_chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/npc_chat.c')
-rw-r--r--src/map/npc_chat.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map/npc_chat.c b/src/map/npc_chat.c
index 5094a1d90..44c9ce82e 100644
--- a/src/map/npc_chat.c
+++ b/src/map/npc_chat.c
@@ -9,7 +9,9 @@
#include "../common/showmsg.h"
#include "../common/strlib.h"
-#include "map.h" // struct mob_data, struct npc_data
+#include "mob.h" // struct mob_data
+#include "npc.h" // struct npc_data
+#include "pc.h" // struct map_session_data
#include "script.h" // set_var()
#include "pcre.h"