From 70b582ab9c6d69ff1ba14c90c016da61477fc9dc Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sat, 8 Oct 2011 15:49:19 +0000 Subject: Include direct.h for _mkdir on mingw32 too. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141495 91177308-0d34-0410-b5e6-96231b3b80d8 --- runtime/libprofile/GCDAProfiling.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/libprofile') diff --git a/runtime/libprofile/GCDAProfiling.c b/runtime/libprofile/GCDAProfiling.c index ac3a62c79f..4ffb12b15e 100644 --- a/runtime/libprofile/GCDAProfiling.c +++ b/runtime/libprofile/GCDAProfiling.c @@ -26,7 +26,7 @@ #include #include #include -#ifdef _MSC_VER +#ifdef _WIN32 #include #endif -- cgit v1.2.3