Better linux support. This file still sucks

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@750 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2001-10-13 06:31:55 +00:00
parent 6fed025318
commit 432b0a7e3d

View File

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