commit | 99f0b60f451b81a6d9c1265cf6ad026736c58893 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Jun 21 19:43:50 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Jun 21 19:43:50 2009 +0000 |
tree | ff117365f81ecee97b254b76e38b81eeb3b9aeb3 | |
parent | 7d4c0d5fb3c003530f0f2f6b0f486a29ef004f03 [diff] [blame] |
hopefully fix the build on linux. llvm-svn: 73857
diff --git a/llvm/tools/llvm-mc/AsmLexer.cpp b/llvm/tools/llvm-mc/AsmLexer.cpp index 578eec1..4a68d0d 100644 --- a/llvm/tools/llvm-mc/AsmLexer.cpp +++ b/llvm/tools/llvm-mc/AsmLexer.cpp
@@ -15,6 +15,7 @@ #include "llvm/Support/SourceMgr.h" #include "llvm/Support/MemoryBuffer.h" #include <cerrno> +#include <cstdlib> using namespace llvm; AsmLexer::AsmLexer(SourceMgr &SM) : SrcMgr(SM) {