[llvm-commits] [llvm] r73857 - /llvm/trunk/tools/llvm-mc/AsmLexer.cpp

Chris Lattner sabre at nondot.org
Sun Jun 21 12:43:54 PDT 2009


Author: lattner
Date: Sun Jun 21 14:43:50 2009
New Revision: 73857

URL: http://llvm.org/viewvc/llvm-project?rev=73857&view=rev
Log:
hopefully fix the build on linux.

Modified:
    llvm/trunk/tools/llvm-mc/AsmLexer.cpp

Modified: llvm/trunk/tools/llvm-mc/AsmLexer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-mc/AsmLexer.cpp?rev=73857&r1=73856&r2=73857&view=diff

==============================================================================
--- llvm/trunk/tools/llvm-mc/AsmLexer.cpp (original)
+++ llvm/trunk/tools/llvm-mc/AsmLexer.cpp Sun Jun 21 14:43:50 2009
@@ -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) {





More information about the llvm-commits mailing list