From 5d6f207df62007873bf845251ddb4ec4354cac38 Mon Sep 17 00:00:00 2001 From: skotlex Date: Sat, 6 May 2006 02:20:20 +0000 Subject: [PATCH] - Added missing include to npc.c... git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6499 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/npc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/npc.c b/src/map/npc.c index 5ff66ef7a0..7c89545cb8 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -7,6 +7,7 @@ #include #include #include +#include #include "../common/timer.h" #include "../common/nullpo.h"