]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
yet another include fix, this time for MSVC
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 27 Feb 2010 16:39:44 +0000 (16:39 +0000)
committerRudolf Polzer <rpolzer@grawp.(none)>
Tue, 2 Mar 2010 08:12:31 +0000 (09:12 +0100)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10021 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=1d1caba2d497ad87c45fafa11e39e20d9c5fa4a7

sys_shared.c

index d3aef0fe7dc9dc9574578e1637aeca10b4cb15b4..43fda3c9f1fe12151619f4849cc070318e083240 100644 (file)
@@ -5,6 +5,7 @@
 #ifdef WIN32
 # include <windows.h>
 # include <mmsystem.h> // timeGetTime
+# include <time.h> // localtime
 #else
 # include <unistd.h>
 # include <fcntl.h>