Windows Fix: added inttypes.h. Introduces macro redefinition warnings due to LLVM itself externally defining the PRI macros, but now builds on vs2013.

llvm-svn: 207100
This commit is contained in:
Colin Riley 2014-04-24 11:59:56 +00:00
parent 7afc6b2c72
commit dabdca14f3
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ char* realpath(const char * name, char * resolved);
#ifdef _MSC_VER
#include <inttypes.h>
#include <stdint.h>
#include <io.h>
typedef unsigned short mode_t;