Fix testsuit build on linux.

llvm-svn: 79331
This commit is contained in:
Edward O'Callaghan 2009-08-18 11:50:23 +00:00
parent ea0bd0d0a4
commit 514553d84a
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
/* .. */
#if defined(__Linux__)
#if defined(__linux__)
#include <endian.h>
#if __BYTE_ORDER == __BIG_ENDIAN