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) {