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~230^2~448 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1d1caba2d497ad87c45fafa11e39e20d9c5fa4a7;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 --- 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