Fixed unix compilation problem due to a missing include (caused by r11499)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11506 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
d2b9e2498e
commit
28a6350610
@ -13,6 +13,8 @@
|
|||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#include <windows.h> // GetTickCount()
|
#include <windows.h> // GetTickCount()
|
||||||
|
#else
|
||||||
|
#include <sys/time.h> // struct timeval, gettimeofday()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// タイマー間隔の最小値。モンスターの大量召還時、多数のクライアント接続時に
|
// タイマー間隔の最小値。モンスターの大量召還時、多数のクライアント接続時に
|
||||||
|
Loading…
x
Reference in New Issue
Block a user