Unbreak VC++ build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36901 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jeff Cohen
2007-05-07 15:21:46 +00:00
parent 065344dfd5
commit 0fea8ebb4a
5 changed files with 37 additions and 131 deletions

View File

@@ -84,6 +84,7 @@ typedef u_int64_t uint64_t;
#else /* _MSC_VER */
// Visual C++ doesn't provide standard integer headers, but it does provide
// built-in data types.
#include <stdlib.h>
#include <stddef.h>
#include <sys/types.h>
typedef __int64 int64_t;