]> git.mxchange.org Git - simgear.git/commitdiff
Tweaks.
authorcurt <curt>
Tue, 15 May 2001 20:26:47 +0000 (20:26 +0000)
committercurt <curt>
Tue, 15 May 2001 20:26:47 +0000 (20:26 +0000)
simgear/threads/SGThread.cxx

index ac3ee93343b2bdf7d6a3c02a7cb21afde0b3ba85..f7de11f7dfb69ffc4b4def88ad3e5cb3d0bcfe45 100644 (file)
@@ -1,5 +1,10 @@
 #include <simgear/compiler.h>
-#include <sys/time.h>
+
+#ifdef _MSC_VER
+#  include <time.h>
+#else
+#  include <sys/time.h>
+#endif
 
 #include "SGThread.hxx"