Add better linux support by using the right macro. This still should be

autoconfiscated, but for now this is sufficient.

llvm-svn: 3701
This commit is contained in:
Chris Lattner 2002-09-13 15:37:58 +00:00
parent 73f4e09752
commit 984b568588

View File

@ -21,7 +21,7 @@
#include <inttypes.h>
#ifdef LINUX
#ifdef __linux__
#define __STDC_LIMIT_MACROS 1
#include <stdint.h> // Defined by ISO C 99
#include <endian.h>