- 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:
parent
d882e5030b
commit
b4ef291d27
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user