Explorar o código

- Added missing include of limits.h in script.c

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7932 54d463be-8e91-2dee-dedb-b68131a5f0ec
skotlex %!s(int64=19) %!d(string=hai) anos
pai
achega
67d547ed31
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/map/script.c

+ 1 - 0
src/map/script.c

@@ -10,6 +10,7 @@
 #include <string.h>
 #include <ctype.h>
 #include <math.h>
+#include <limits.h>
 
 #ifndef _WIN32
 	#include <sys/time.h>