Parcourir la source

- 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 il y a 18 ans
Parent
commit
b4ef291d27
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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"