Speculativley try to fix FreeBSD buildbots, which apparently cannot use stdint.h

llvm-svn: 253681
This commit is contained in:
Reid Kleckner 2015-11-20 18:11:50 +00:00
parent 43ecd7c71d
commit fad356c4ac
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
* FreeBSD 10, r232261) when compiled in 32-bit mode.
*/
#define PRIu64 "llu"
typedef unsigned char uint8_t;
typedef unsigned short uint16_t;
typedef unsigned int uint32_t;
typedef unsigned long long uint64_t;
typedef uint32_t uintptr_t;