]> git.mxchange.org Git - simgear.git/blobdiff - simgear/threads/SGThread.cxx
Patch from Melchior Franz:
[simgear.git] / simgear / threads / SGThread.cxx
index f7de11f7dfb69ffc4b4def88ad3e5cb3d0bcfe45..4119d7b4ab335c53d4dfa957785313c4a5db217c 100644 (file)
@@ -1,6 +1,6 @@
 #include <simgear/compiler.h>
 
-#ifdef _MSC_VER
+#if defined(_MSC_VER) || defined(__MINGW32__)
 #  include <time.h>
 #else
 #  include <sys/time.h>