]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/semaphore.cpp
MSVC compatibility fixes
[libs/core.git] / source / core / semaphore.cpp
index b9e7080cb04ea2b6e4808de5de658f1400322708..bba39642c8c6aee8c52da11e931555a13645d485 100644 (file)
@@ -4,7 +4,9 @@ This file is part of libmspcore
 Copyright © 2006  Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
+#ifndef WIN32
 #include <sys/time.h>
+#endif
 #include <errno.h>
 #include "semaphore.h"
 #include "../time/timestamp.h"