- 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
This commit is contained in:
skotlex 2006-12-19 17:56:10 +00:00
parent d882e5030b
commit b4ef291d27

View File

@ -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"