From: Benjamin Kramer Date: Sat, 8 Oct 2011 15:49:19 +0000 (+0000) Subject: Include direct.h for _mkdir on mingw32 too. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=70b582ab9c6d69ff1ba14c90c016da61477fc9dc;p=oota-llvm.git 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 --- diff --git a/runtime/libprofile/GCDAProfiling.c b/runtime/libprofile/GCDAProfiling.c index ac3a62c79f4..4ffb12b15eb 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