mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-29 06:30:30 +00:00
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:
parent
7c97cee26a
commit
ff7f701a95
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user