cec: sync visual studio project files. removed pthreadVC2d.dll / .lib (we're not...
[deb_libcec.git] / src / lib / platform / timeutils.h
index 3d9b72ff2f7a491ca9eecfca2c6bbd9322b14671..1dd454fd51a8d7167375b5df69ccbd515db0a7bd 100644 (file)
  */
 
 #include <stdint.h>
-#include <sys/time.h>
 #if defined(__APPLE__)
 #include <mach/mach_time.h>
 #include <CoreVideo/CVHostTime.h>
+#elif defined(__WINDOWS__)
+#include <time.h>
+#else
+#include <sys/time.h>
 #endif
 
 namespace CEC