浏览代码

- Added missing include of system header limits.h to timer.c

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9523 54d463be-8e91-2dee-dedb-b68131a5f0ec
skotlex 18 年之前
父节点
当前提交
b4ef291d27
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/common/timer.c

+ 1 - 2
src/common/timer.c

@@ -13,12 +13,11 @@
 #include <sys/time.h>
 #endif
 
-
+#include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <time.h>
-
 #include "timer.h"
 #include "malloc.h"
 #include "showmsg.h"