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

autoconfiscated, but for now this is sufficient.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3701 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-09-13 15:37:58 +00:00
parent 7c97cee26a
commit ff7f701a95

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>