summaryrefslogtreecommitdiff
path: root/src/common/timer.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-19 17:56:10 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-19 17:56:10 +0000
commit767e064ed7f525d671ef8359c673458cf4eff66d (patch)
tree20868db14c6bc067496937acf267ea4c87a45167 /src/common/timer.c
parentd07073885c8ffd1f1ed58beaa34ad281dbe1a68a (diff)
downloadhercules-767e064ed7f525d671ef8359c673458cf4eff66d.tar.gz
hercules-767e064ed7f525d671ef8359c673458cf4eff66d.tar.bz2
hercules-767e064ed7f525d671ef8359c673458cf4eff66d.tar.xz
hercules-767e064ed7f525d671ef8359c673458cf4eff66d.zip
- Added missing include of system header limits.h to timer.c
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9523 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/timer.c')
-rw-r--r--src/common/timer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/timer.c b/src/common/timer.c
index a2e67aa09..cf71f2ffc 100644
--- a/src/common/timer.c
+++ b/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"