]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_shared.c
another include
[xonotic/darkplaces.git] / 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>