commit | 9ec76a0b791bfd4d588720e706991f5956f3ba37 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Jun 23 00:24:36 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Jun 23 00:24:36 2009 +0000 |
tree | 07399b93d7752cd626bea74ebd4ead1d32c4a95e | |
parent | e3c1aca0d9f4b22b4387bb1d3ed69caf25345f5e [diff] [blame] |
get a definition of strull on windows, thanks to Howard Su. llvm-svn: 73929
diff --git a/llvm/tools/llvm-mc/AsmLexer.cpp b/llvm/tools/llvm-mc/AsmLexer.cpp index 0828594..95937d2 100644 --- a/llvm/tools/llvm-mc/AsmLexer.cpp +++ b/llvm/tools/llvm-mc/AsmLexer.cpp
@@ -14,6 +14,7 @@ #include "AsmLexer.h" #include "llvm/Support/SourceMgr.h" #include "llvm/Support/MemoryBuffer.h" +#include "llvm/Config/config.h" // for strtoull. #include <cerrno> #include <cstdio> #include <cstdlib>