Try to fix the mingw builds.

llvm-svn: 179536
This commit is contained in:
Rafael Espindola 2013-04-15 16:46:43 +00:00
parent 0b06796ee8
commit 732dc415fb
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#if defined(__linux__)
#include <endian.h>
#else
#ifndef _MSC_VER
#ifndef LLVM_ON_WIN32
#include <machine/endian.h>
#endif
#endif