From c6ea185bd9ca1c3fdf7a18c4bf1e0b1150fffed5 Mon Sep 17 00:00:00 2001 From: ultramage Date: Thu, 18 Oct 2007 10:11:54 +0000 Subject: Fixed unix compilation problem due to a missing include (caused by r11499) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11506 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/timer.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/common/timer.c b/src/common/timer.c index 97fb39409..36087ccb2 100644 --- a/src/common/timer.c +++ b/src/common/timer.c @@ -13,6 +13,8 @@ #ifdef WIN32 #include // GetTickCount() +#else +#include // struct timeval, gettimeofday() #endif // タイマー間隔の最小値。モンスターの大量召還時、多数のクライアント接続時に -- cgit v1.2.3-70-g09d2