瀏覽代碼

- Addded missing include of limits.h to battle.c

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6792 54d463be-8e91-2dee-dedb-b68131a5f0ec
skotlex 19 年之前
父節點
當前提交
df08df8e5d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/map/battle.c

+ 1 - 0
src/map/battle.c

@@ -5,6 +5,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <math.h>
+#include <limits.h>
 
 #include "battle.h"
 #include "../common/timer.h"