From 5dd60b0ea5e16eb326b472709feabd3c36e3d1b8 Mon Sep 17 00:00:00 2001 From: zephyrus Date: Sun, 16 Aug 2009 19:08:41 +0000 Subject: - Added missing #includes to fix some linux warnings. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14009 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/instance.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/map') diff --git a/src/map/instance.c b/src/map/instance.c index 887e0cb24..8c8f9e2fd 100644 --- a/src/map/instance.c +++ b/src/map/instance.c @@ -19,6 +19,12 @@ #include "party.h" #include "pc.h" +#include +#include +#include +#include +#include + int instance_start = 0; // To keep the last index + 1 of normal map inserted in the map[ARRAY] struct s_instance instance[MAX_INSTANCE]; -- cgit v1.2.3-60-g2f50