Try to fix the mingw builds.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179536 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2013-04-15 16:46:43 +00:00
parent f971916768
commit 0851ce0d8e

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