aboutsummaryrefslogtreecommitdiff
path: root/include/Config/sys/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Config/sys/time.h')
-rw-r--r--include/Config/sys/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Config/sys/time.h b/include/Config/sys/time.h
index 2764994717..3e0ea1e810 100644
--- a/include/Config/sys/time.h
+++ b/include/Config/sys/time.h
@@ -17,7 +17,7 @@
#include "Config/config.h"
-#ifdef HAVE_SYS_TIME_H
+#if defined(HAVE_SYS_TIME_H) && !defined(_MSC_VER)
#include <sys/time.h>
#endif