[llvm-commits] CVS: llvm/lib/Support/Allocator.cpp
John Criswell
criswell at cs.uiuc.edu
Wed Nov 8 07:05:03 PST 2006
Changes in directory llvm/lib/Support:
Allocator.cpp updated: 1.1 -> 1.2
---
Log message:
Include llvm/Support/DataTypes.h to define intptr_t.
This fixes the build on OpenBSD and potentially other systems.
---
Diffs of the changes: (+1 -0)
Allocator.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Support/Allocator.cpp
diff -u llvm/lib/Support/Allocator.cpp:1.1 llvm/lib/Support/Allocator.cpp:1.2
--- llvm/lib/Support/Allocator.cpp:1.1 Sun Oct 29 16:08:03 2006
+++ llvm/lib/Support/Allocator.cpp Wed Nov 8 09:04:35 2006
@@ -12,6 +12,7 @@
//===----------------------------------------------------------------------===//
#include "llvm/Support/Allocator.h"
+#include "llvm/Support/DataTypes.h"
#include <iostream>
using namespace llvm;
More information about the llvm-commits
mailing list