]> 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)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 27 Feb 2010 16:39:44 +0000 (16:39 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10021 d7cf8633-e32d-0410-b094-e92efae38249

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>