Skip to content

Commit

Permalink
Include direct.h for _mkdir on mingw32 too.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141495 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
d0k committed Oct 8, 2011
1 parent 3ae9cf5 commit 70b582a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/libprofile/GCDAProfiling.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#ifdef _MSC_VER
#ifdef _WIN32
#include <direct.h>
#endif

Expand Down

0 comments on commit 70b582a

Please sign in to comment.