summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-28 02:51:33 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-28 02:51:33 +0000
commit5c7144623089110df9bafed2cfd251954eaa6a80 (patch)
tree6f9a85e142490b8c3767e0ae6160416a2a5fe69f /src/map/script.c
parent9034cd911468425c69422ef33906e2ddc26a737d (diff)
downloadhercules-5c7144623089110df9bafed2cfd251954eaa6a80.tar.gz
hercules-5c7144623089110df9bafed2cfd251954eaa6a80.tar.bz2
hercules-5c7144623089110df9bafed2cfd251954eaa6a80.tar.xz
hercules-5c7144623089110df9bafed2cfd251954eaa6a80.zip
- Added missing include of limits.h in script.c
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7932 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.c b/src/map/script.c
index 2458cc840..0624e3047 100644
--- a/src/map/script.c
+++ b/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>