From: divverent Date: Sat, 27 Feb 2010 16:39:44 +0000 (+0000) Subject: yet another include fix, this time for MSVC X-Git-Tag: xonotic-v0.1.0preview~622 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=3b60c8febb4273b49228d4c2bdba1faf07e61185;p=xonotic%2Fdarkplaces.git yet another include fix, this time for MSVC git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10021 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=1d1caba2d497ad87c45fafa11e39e20d9c5fa4a7 --- diff --git a/sys_shared.c b/sys_shared.c index d3aef0fe..43fda3c9 100644 --- a/sys_shared.c +++ b/sys_shared.c @@ -5,6 +5,7 @@ #ifdef WIN32 # include # include // timeGetTime +# include // localtime #else # include # include