mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 00:16:25 +00:00
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:
parent
73f4e09752
commit
984b568588
@ -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