aboutsummaryrefslogtreecommitdiff
path: root/include/Config/sys/time.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-06-05 00:27:38 +0000
committerChris Lattner <sabre@nondot.org>2004-06-05 00:27:38 +0000
commit49b007b01bb57c01eb21a77ff7a72e5407816a8f (patch)
tree9de8fbe2a6eef559e6d89dab126a6e2cafcca58f /include/Config/sys/time.h
parent8e72749fc0b44ac8b7a5ffbb275f2ad60f2fa41e (diff)
Don't #include <unistd.h> directly, go through the config files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14038 91177308-0d34-0410-b5e6-96231b3b80d8
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