mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 15:19:33 +00:00
Pull in stdint.h here, if we have it. Some systems keep
the INT*_MAX macros there. llvm-svn: 9577
This commit is contained in:
parent
d6816f603f
commit
65c88653cf
@ -30,6 +30,10 @@
|
||||
// happening when system headers or C++ STL headers include stdint.h before
|
||||
// we define it here, we define it on the g++ command line (in Makefile.rules).
|
||||
|
||||
#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_INTTYPES_H
|
||||
#include <inttypes.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user