فهرست منبع

- Added missing #includes to fix some linux warnings.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14009 54d463be-8e91-2dee-dedb-b68131a5f0ec
zephyrus 15 سال پیش
والد
کامیت
16642d0c14
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      src/map/instance.c

+ 6 - 0
src/map/instance.c

@@ -19,6 +19,12 @@
 #include "party.h"
 #include "pc.h"
 
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <stdarg.h>
+#include <time.h>
+
 int instance_start = 0; // To keep the last index + 1 of normal map inserted in the map[ARRAY]
 struct s_instance instance[MAX_INSTANCE];