[llvm-commits] CVS: llvm/include/llvm/Support/DataTypes.h.in
Jeff Cohen
jeffc at jolt-lang.org
Wed Oct 26 07:49:10 PDT 2005
Changes in directory llvm/include/llvm/Support:
DataTypes.h.in updated: 1.21 -> 1.22
---
Log message:
Eliminate use of sed in Visual Studio builds.
---
Diffs of the changes: (+1 -0)
DataTypes.h.in | 1 +
1 files changed, 1 insertion(+)
Index: llvm/include/llvm/Support/DataTypes.h.in
diff -u llvm/include/llvm/Support/DataTypes.h.in:1.21 llvm/include/llvm/Support/DataTypes.h.in:1.22
--- llvm/include/llvm/Support/DataTypes.h.in:1.21 Sat Oct 22 23:37:19 2005
+++ llvm/include/llvm/Support/DataTypes.h.in Wed Oct 26 09:48:53 2005
@@ -67,6 +67,7 @@
// Visual C++ doesn't provide standard integer headers, but it does provide
// built-in data types.
#include <stddef.h>
+#include <sys/types.h>
typedef __int64 int64_t;
typedef unsigned __int64 uint64_t;
typedef signed int int32_t;
More information about the llvm-commits
mailing list