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:
ultramage 2007-10-18 10:11:54 +00:00
parent d2b9e2498e
commit 28a6350610

View File

@ -13,6 +13,8 @@
#ifdef WIN32
#include <windows.h> // GetTickCount()
#else
#include <sys/time.h> // struct timeval, gettimeofday()
#endif
// タイマー間隔の最小値。モンスターの大量召還時、多数のクライアント接続時に