Fix build on minix. Patch by Ben Gras!

llvm-svn: 147632
This commit is contained in:
Rafael Espindola 2012-01-05 23:59:42 +00:00
parent b1bc368ca7
commit a0fbaeebe6
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
/* .. */
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(__minix)
#include <sys/endian.h>
#if _BYTE_ORDER == _BIG_ENDIAN

View File

@ -36,7 +36,7 @@
/* .. */
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonflyBSD__)
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonflyBSD__) || defined(__minix)
#include <sys/endian.h>
#if _BYTE_ORDER == _BIG_ENDIAN