From b4ef291d2791b87b97ca090b4d743b689c4f1da2 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 19 Dec 2006 17:56:10 +0000 Subject: [PATCH] - 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 --- src/common/timer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common/timer.c b/src/common/timer.c index a2e67aa093..cf71f2ffcd 100644 --- a/src/common/timer.c +++ b/src/common/timer.c @@ -13,12 +13,11 @@ #include #endif - +#include #include #include #include #include - #include "timer.h" #include "malloc.h" #include "showmsg.h"