]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
another include
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 27 Feb 2010 15:12:13 +0000 (15:12 +0000)
committerRudolf Polzer <rpolzer@grawp.(none)>
Tue, 2 Mar 2010 08:12:30 +0000 (09:12 +0100)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10020 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=f1f794cceaae1a0687140f9a0c88eff3e858271a

sys_shared.c

index 4141ce2efc91dba1166ca7f666876eae1c545665..d3aef0fe7dc9dc9574578e1637aeca10b4cb15b4 100644 (file)
@@ -4,6 +4,7 @@
 
 #ifdef WIN32
 # include <windows.h>
+# include <mmsystem.h> // timeGetTime
 #else
 # include <unistd.h>
 # include <fcntl.h>