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

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>