Unbreak mingw32. Maybe there should be something like libClandSystem? :)
llvm-svn: 43029
This commit is contained in:
parent
052c843559
commit
002c52ce6e
|
|
@ -42,7 +42,7 @@ SourceManager::~SourceManager() {
|
|||
// FIXME: REMOVE THESE
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#if !defined(_MSC_VER)
|
||||
#if !defined(_MSC_VER) && !defined(__MINGW32__)
|
||||
#include <sys/uio.h>
|
||||
#include <sys/fcntl.h>
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in New Issue