Unbreak mingw32. Maybe there should be something like libClandSystem? :)

llvm-svn: 43029
This commit is contained in:
Anton Korobeynikov 2007-10-16 09:09:44 +00:00
parent 052c843559
commit 002c52ce6e
1 changed files with 1 additions and 1 deletions

View File

@ -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