[llvm-commits] CVS: llvm/include/llvm/Support/DataTypes.h.in

Jeff Cohen jeffc at jolt-lang.org
Mon May 7 08:22:23 PDT 2007



Changes in directory llvm/include/llvm/Support:

DataTypes.h.in updated: 1.27 -> 1.28
---
Log message:

Unbreak VC++ build.

---
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.27 llvm/include/llvm/Support/DataTypes.h.in:1.28
--- llvm/include/llvm/Support/DataTypes.h.in:1.27	Thu Nov  9 02:26:22 2006
+++ llvm/include/llvm/Support/DataTypes.h.in	Mon May  7 10:21:45 2007
@@ -84,6 +84,7 @@
 #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;






More information about the llvm-commits mailing list