1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Better linux support. This file still sucks

llvm-svn: 750
This commit is contained in:
Chris Lattner 2001-10-13 06:31:55 +00:00
parent 217ae5645d
commit 7ca4d97de9

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>